|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DeploymentPlanDeployer
Allows to deploy or undeploy all bundles for a particular deployment plan.
| Method Summary | |
|---|---|
void |
deploy(String name)
Try to deploy all bundles for a given deployment plan. |
void |
undeploy(String name)
Try to undeploy all bundles for a given deployment plan. |
| Method Detail |
|---|
void deploy(String name)
throws org.ow2.util.ee.deploy.api.deployer.DeployerException
name - The deployment plan abstract name
org.ow2.util.ee.deploy.api.deployer.DeployerException - If the deployment of the deployment plan fails
void undeploy(String name)
throws org.ow2.util.ee.deploy.api.deployer.DeployerException
name - The deployment plan abstract name
org.ow2.util.ee.deploy.api.deployer.DeployerException - If the undeployment of the deployment plan fails
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||