org.glassfish.paas.orchestrator.state
Class PostUndeployDissociationState

java.lang.Object
  extended by org.glassfish.paas.orchestrator.state.AbstractPaaSDeploymentState
      extended by org.glassfish.paas.orchestrator.state.DissociationState
          extended by org.glassfish.paas.orchestrator.state.PostUndeployDissociationState
All Implemented Interfaces:
PaaSDeploymentState

@Service
public class PostUndeployDissociationState
extends DissociationState

Author:
Jagadish Ramu

Field Summary
 
Fields inherited from class org.glassfish.paas.orchestrator.state.AbstractPaaSDeploymentState
appInfoRegistry, habitat, localStrings, logger, orchestrator, serviceUtil
 
Constructor Summary
PostUndeployDissociationState()
           
 
Method Summary
 Class<PaaSDeploymentState> getRollbackState()
           
 void handle(PaaSDeploymentContext context)
           
 
Methods inherited from class org.glassfish.paas.orchestrator.state.DissociationState
dissociateProvisionedServices
 
Methods inherited from class org.glassfish.paas.orchestrator.state.AbstractPaaSDeploymentState
afterExecution, beforeExecution, isAtomicDeploymentEnabled, isParallelProvisioningEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostUndeployDissociationState

public PostUndeployDissociationState()
Method Detail

handle

public void handle(PaaSDeploymentContext context)
            throws PaaSDeploymentException
Throws:
PaaSDeploymentException

getRollbackState

public Class<PaaSDeploymentState> getRollbackState()


Copyright © 2012. All Rights Reserved.