FileDocCategorySizeDatePackage
DeploymentPhaseContext.javaAPI DocGlassfish v2 API3006Fri May 04 22:34:38 BST 2007com.sun.enterprise.deployment.phasing

DeploymentPhaseContext

public interface DeploymentPhaseContext
This tag class is used to indentify an object holding information to rollback an already successfully executed phase. Each phase should implement and return an instance of this interface to be passed to the rollback method for information on what needs to be rollbacked.
author
Jerome Dochez

Fields Summary
Constructors Summary
Methods Summary
public com.sun.enterprise.deployment.backend.DeploymentRequestgetDeploymentRequest()

return
the deployment request for this phase

public com.sun.enterprise.deployment.backend.DeploymentStatusgetDeploymentStatus()

return
the deployment status for this phase

public voidsetDeploymentRequest(com.sun.enterprise.deployment.backend.DeploymentRequest req)
Set the deployment request for this phase

public voidsetDeploymentStatus(com.sun.enterprise.deployment.backend.DeploymentStatus status)
Set the deployment status for this phase