Uses of Interface
org.glassfish.paas.orchestrator.PaaSDeploymentState

Packages that use PaaSDeploymentState
org.glassfish.paas.orchestrator.provisioning.util   
org.glassfish.paas.orchestrator.state   
 

Uses of PaaSDeploymentState in org.glassfish.paas.orchestrator.provisioning.util
 

Methods in org.glassfish.paas.orchestrator.provisioning.util that return types with arguments of type PaaSDeploymentState
static Class<PaaSDeploymentState> FailureInducer.getFailureState()
           
 

Uses of PaaSDeploymentState in org.glassfish.paas.orchestrator.state
 

Classes in org.glassfish.paas.orchestrator.state that implement PaaSDeploymentState
 class AbstractPaaSDeploymentState
           
 class AssociationState
           
 class ConfiguredServiceRegistrationState
           
 class ConfiguredServiceUnregisterState
           
 class DeploymentCompletionState
          Note : This is purely a state used for testing purposes ie., to check whether rollback of all of its previous states can be done.
 class DeployState
           
 class DisableCompletionState
           
 class DisableState
           
 class DissociationState
           
 class EnableState
           
 class PostDeployAssociationState
           
 class PostDisableState
          Note : This is purely a state used for testing purposes ie., to check whether rollback of all of its previous states can be done.
 class PostEnableState
          Note : This is purely a state used for testing purposes ie., to check whether rollback of all of its previous states can be done.
 class PostUndeployDissociationState
           
 class PreDeployAssociationState
           
 class PreUndeployDissociationState
           
 class ProvisioningState
           
 class ServerStartupState
           
 class ServiceDependencyDiscoveryState
           
 class ServiceReferenceRegistrationState
           
 class ServiceReferenceUnregisterState
           
 class SharedServiceRegistrationState
           
 class SharedServiceUnregisterState
           
 class UndeployState
           
 class UnprovisioningState
           
 

Methods in org.glassfish.paas.orchestrator.state that return types with arguments of type PaaSDeploymentState
 Class<PaaSDeploymentState> UnprovisioningState.getRollbackState()
           
 Class<PaaSDeploymentState> UndeployState.getRollbackState()
           
 Class<PaaSDeploymentState> ServerStartupState.getRollbackState()
           
 Class<PaaSDeploymentState> PreUndeployDissociationState.getRollbackState()
           
 Class<PaaSDeploymentState> PostUndeployDissociationState.getRollbackState()
           
 



Copyright © 2012. All Rights Reserved.