org.glassfish.paas.orchestrator.state
Class AbstractPaaSDeploymentState
java.lang.Object
org.glassfish.paas.orchestrator.state.AbstractPaaSDeploymentState
- All Implemented Interfaces:
- PaaSDeploymentState
- Direct Known Subclasses:
- AssociationState, ConfiguredServiceRegistrationState, ConfiguredServiceUnregisterState, DeploymentCompletionState, DeployState, DisableCompletionState, DisableState, DissociationState, EnableState, PostDisableState, PostEnableState, ProvisioningState, ServerStartupState, ServiceDependencyDiscoveryState, ServiceReferenceRegistrationState, ServiceReferenceUnregisterState, SharedServiceRegistrationState, SharedServiceUnregisterState, UndeployState, UnprovisioningState
public abstract class AbstractPaaSDeploymentState
- extends Object
- implements PaaSDeploymentState
- Author:
- Jagadish Ramu
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected static final Logger logger
localStrings
protected static final StringManager localStrings
habitat
protected org.jvnet.hk2.component.Habitat habitat
serviceUtil
protected ServiceUtil serviceUtil
orchestrator
protected ServiceOrchestratorImpl orchestrator
appInfoRegistry
protected PaaSAppInfoRegistry appInfoRegistry
AbstractPaaSDeploymentState
public AbstractPaaSDeploymentState()
beforeExecution
public void beforeExecution(PaaSDeploymentContext context)
throws PaaSDeploymentException
- Specified by:
beforeExecution in interface PaaSDeploymentState
- Throws:
PaaSDeploymentException
afterExecution
public void afterExecution(PaaSDeploymentContext context)
throws PaaSDeploymentException
- Specified by:
afterExecution in interface PaaSDeploymentState
- Throws:
PaaSDeploymentException
isAtomicDeploymentEnabled
protected boolean isAtomicDeploymentEnabled()
isParallelProvisioningEnabled
protected boolean isParallelProvisioningEnabled()
Copyright © 2012. All Rights Reserved.