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


public interface IDeployerManagerReportCallback

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

Author:
Francois Fornaciari

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

preDeploy

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

Parameters:
deployable - The deployable to deploy

postDeploy

void postDeploy(IDeploymentReport deploymentReport)
Method called after having deployed the given deployable.

Parameters:
deploymentReport - The IDeploymentReport

preUndeploy

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

Parameters:
deployable - The deployable to undeploy

postUndeploy

void postUndeploy(IDeploymentReport deploymentReport)
Method called after having undeployed the given deployable.

Parameters:
deploymentReport - The IDeploymentReport


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