org.glassfish.paas.orchestrator
Interface PaaSDeploymentState

All Known Implementing Classes:
AbstractPaaSDeploymentState, AssociationState, ConfiguredServiceRegistrationState, ConfiguredServiceUnregisterState, DeploymentCompletionState, DeployState, DisableCompletionState, DisableState, DissociationState, EnableState, PostDeployAssociationState, PostDisableState, PostEnableState, PostUndeployDissociationState, PreDeployAssociationState, PreUndeployDissociationState, ProvisioningState, ServerStartupState, ServiceDependencyDiscoveryState, ServiceReferenceRegistrationState, ServiceReferenceUnregisterState, SharedServiceRegistrationState, SharedServiceUnregisterState, UndeployState, UnprovisioningState

@Contract
public interface PaaSDeploymentState

Author:
Jagadish Ramu

Method Summary
 void afterExecution(PaaSDeploymentContext context)
           
 void beforeExecution(PaaSDeploymentContext context)
           
 Class getRollbackState()
           
 void handle(PaaSDeploymentContext context)
           
 

Method Detail

beforeExecution

void beforeExecution(PaaSDeploymentContext context)
                     throws PaaSDeploymentException
Throws:
PaaSDeploymentException

handle

void handle(PaaSDeploymentContext context)
            throws PaaSDeploymentException
Throws:
PaaSDeploymentException

afterExecution

void afterExecution(PaaSDeploymentContext context)
                    throws PaaSDeploymentException
Throws:
PaaSDeploymentException

getRollbackState

Class getRollbackState()


Copyright © 2012. All Rights Reserved.