|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IDeployerManagerCallback
Interface defining callbacks executed during deployment/undeployment events. All types of are handled.
| Method Summary | |
|---|---|
void |
postDeploy(IDeployable<?> deployable)
Method called after having deployed the given deployable. |
void |
postUndeploy(IDeployable<?> deployable)
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(IDeployable<?> deployable)
deployable - The deployable to deployvoid preUndeploy(IDeployable<?> deployable)
deployable - The deployable to undeployvoid postUndeploy(IDeployable<?> deployable)
deployable - The deployable to undeploy
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||