org.glassfish.paas.orchestrator.state
Class DissociationState

java.lang.Object
  extended by org.glassfish.paas.orchestrator.state.AbstractPaaSDeploymentState
      extended by org.glassfish.paas.orchestrator.state.DissociationState
All Implemented Interfaces:
PaaSDeploymentState
Direct Known Subclasses:
PostUndeployDissociationState, PreUndeployDissociationState

public abstract class DissociationState
extends AbstractPaaSDeploymentState

Author:
Jagadish Ramu

Field Summary
 
Fields inherited from class org.glassfish.paas.orchestrator.state.AbstractPaaSDeploymentState
appInfoRegistry, habitat, localStrings, logger, orchestrator, serviceUtil
 
Constructor Summary
DissociationState()
           
 
Method Summary
protected  void dissociateProvisionedServices(PaaSDeploymentContext context, boolean beforeUndeploy)
           
 
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
 
Methods inherited from interface org.glassfish.paas.orchestrator.PaaSDeploymentState
getRollbackState, handle
 

Constructor Detail

DissociationState

public DissociationState()
Method Detail

dissociateProvisionedServices

protected void dissociateProvisionedServices(PaaSDeploymentContext context,
                                             boolean beforeUndeploy)


Copyright © 2012. All Rights Reserved.