org.glassfish.paas.orchestrator.state
Class EnableState

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

@Service
public class EnableState
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
EnableState()
           
 
Method Summary
 Class getRollbackState()
           
 void handle(PaaSDeploymentContext context)
           
 ProvisionedService startService(PaaSDeploymentContext context, String appName, ServiceDescription sd)
           
 
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

EnableState

public EnableState()
Method Detail

handle

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

getRollbackState

public Class getRollbackState()

startService

public ProvisionedService startService(PaaSDeploymentContext context,
                                       String appName,
                                       ServiceDescription sd)


Copyright © 2012. All Rights Reserved.