|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WarDeployment
An OSGi war deployment.
Provides access to its context and control over its lifecycle.
WarDeployer
Method Summary | |
---|---|
WarDeploymentContext |
getDeploymentContext()
Returns the context associated with this deployer. |
boolean |
isActive()
Indicates if the current deployment is active (still deployed) or not. |
void |
undeploy()
Undeploys the current deployment. |
Method Detail |
---|
WarDeploymentContext getDeploymentContext()
boolean isActive()
void undeploy() throws OsgiWarDeploymentException
OsgiWarDeploymentException
- if something went wrong during
undeployment
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |