|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.geronimo.osgi.web.extender.WebApplication
public class WebApplication
An instance of a WAB deployed to an available Web Container instance.
| Constructor Summary | |
|---|---|
WebApplication(WebContainerExtender extender,
org.osgi.framework.Bundle bundle,
String contextPath)
Construct a WebApplicationImp object to represent a WAB-resident application. |
|
| Method Summary | |
|---|---|
org.osgi.framework.Bundle |
getBundle()
Provide access to the bundle where the application resides. |
String |
getContextPath()
|
void |
run()
Run the application deployment process in a separate thread. |
void |
schedule()
Schedule this handler for deployment processing. |
void |
undeploy()
Undeploy a web application. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebApplication(WebContainerExtender extender,
org.osgi.framework.Bundle bundle,
String contextPath)
bundle - The bundle containing the WAB.contextPath - The context path from the WAB headers.| Method Detail |
|---|
public String getContextPath()
public org.osgi.framework.Bundle getBundle()
public void schedule()
public void run()
run in interface Runnablepublic void undeploy()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||