org.glassfish.paas.orchestrator.state
Class AssociationState

java.lang.Object
  extended by org.glassfish.paas.orchestrator.state.AbstractPaaSDeploymentState
      extended by org.glassfish.paas.orchestrator.state.AssociationState
All Implemented Interfaces:
PaaSDeploymentState
Direct Known Subclasses:
PostDeployAssociationState, PreDeployAssociationState

public abstract class AssociationState
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
AssociationState()
           
 
Method Summary
protected  void associateProvisionedServices(PaaSDeploymentContext context, boolean preDeployment)
           
 
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

AssociationState

public AssociationState()
Method Detail

associateProvisionedServices

protected void associateProvisionedServices(PaaSDeploymentContext context,
                                            boolean preDeployment)
                                     throws PaaSDeploymentException
Throws:
PaaSDeploymentException


Copyright © 2012. All Rights Reserved.