|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IDeployerManagerReportCallback
Interface defining callbacks executed during deployment/undeployment events. All types of are handled.
| Method Summary | |
|---|---|
void |
postDeploy(IDeploymentReport deploymentReport)
Method called after having deployed the given deployable. |
void |
postUndeploy(IDeploymentReport deploymentReport)
Method called after having undeployed the given deployable. |
void |
preDeploy(IDeployable<?> deployable)
Method called before deploying the given deployable. |
void |
preUndeploy(IDeployable<?> deployable)
Method called before undeploying the given deployable. |
| Method Detail |
|---|
void preDeploy(IDeployable<?> deployable)
deployable - The deployable to deployvoid postDeploy(IDeploymentReport deploymentReport)
deploymentReport - The IDeploymentReportvoid preUndeploy(IDeployable<?> deployable)
deployable - The deployable to undeployvoid postUndeploy(IDeploymentReport deploymentReport)
deploymentReport - The IDeploymentReport
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||