org.ow2.util.ee.deploy.api.deployer
Interface IDeployerManagerCallback


public interface IDeployerManagerCallback

Interface defining callbacks executed during deployment/undeployment events. All types of are handled.

Author:
Francois Fornaciari

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

preDeploy

void preDeploy(IDeployable<?> deployable)
Method called before deploying the given deployable.

Parameters:
deployable - The deployable to deploy

postDeploy

void postDeploy(IDeployable<?> deployable)
Method called after having deployed the given deployable.

Parameters:
deployable - The deployable to deploy

preUndeploy

void preUndeploy(IDeployable<?> deployable)
Method called before undeploying the given deployable.

Parameters:
deployable - The deployable to undeploy

postUndeploy

void postUndeploy(IDeployable<?> deployable)
Method called after having undeployed the given deployable.

Parameters:
deployable - The deployable to undeploy


Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.