Uses of Class
org.ow2.jasmine.jadort.api.entities.deployment.OperationStateBean.Step

Packages that use OperationStateBean.Step
org.ow2.jasmine.jadort.api   
org.ow2.jasmine.jadort.api.entities.deployment   
 

Uses of OperationStateBean.Step in org.ow2.jasmine.jadort.api
 

Methods in org.ow2.jasmine.jadort.api that return OperationStateBean.Step
 OperationStateBean.Step IJadortService.getCurrentStep()
          Returns the current Step of the current operation
 

Constructors in org.ow2.jasmine.jadort.api with parameters of type OperationStateBean.Step
InvalidStepException(OperationStateBean.Step currentStep, OperationStateBean.Step... expectedSteps)
          Exception thrown when the current operation is not in the expected step.
InvalidStepException(OperationStateBean.Step currentStep, OperationStateBean.Step... expectedSteps)
          Exception thrown when the current operation is not in the expected step.
 

Uses of OperationStateBean.Step in org.ow2.jasmine.jadort.api.entities.deployment
 

Fields in org.ow2.jasmine.jadort.api.entities.deployment declared as OperationStateBean.Step
static OperationStateBean.Step OperationStateBean.Step.DESTROY_OLD_VM_HOSTS
           
static OperationStateBean.Step OperationStateBean.Step.ERASE_OLD_VERSIONS
           
static OperationStateBean.Step OperationStateBean.Step.EXECUTING_MAINTENANCE_CLUSTER
           
static OperationStateBean.Step OperationStateBean.Step.EXECUTING_MAINTENANCE_NO_CLUSTER
           
static OperationStateBean.Step OperationStateBean.Step.EXECUTING_MIGRATION
           
static OperationStateBean.Step OperationStateBean.Step.EXECUTING_MIGRATION_OSGI
           
static OperationStateBean.Step OperationStateBean.Step.FINISHED
           
static OperationStateBean.Step OperationStateBean.Step.INITIALIZE_TOPOLOGY
           
static OperationStateBean.Step OperationStateBean.Step.SELECT_APPLICATION
           
static OperationStateBean.Step OperationStateBean.Step.SELECT_GROUP
           
static OperationStateBean.Step OperationStateBean.Step.SELECT_OPERATION
           
static OperationStateBean.Step OperationStateBean.Step.SELECT_OPERATION_TYPE
           
static OperationStateBean.Step OperationStateBean.Step.SELECT_SERVERS
           
static OperationStateBean.Step OperationStateBean.Step.SELECT_VM_IMAGE
           
static OperationStateBean.Step OperationStateBean.Step.SELECT_VM_IMAGE_FOR_SERVER
           
static OperationStateBean.Step OperationStateBean.Step.UNDEPLOY_ERASE_OLD_VERSION
           
 

Methods in org.ow2.jasmine.jadort.api.entities.deployment that return OperationStateBean.Step
 OperationStateBean.Step OperationStateBean.getCurrentStep()
          Get the current operation step
static OperationStateBean.Step OperationStateBean.Step.valueOf(java.lang.String string)
          Get the Step for a string.
static OperationStateBean.Step[] OperationStateBean.Step.values()
           
 

Methods in org.ow2.jasmine.jadort.api.entities.deployment with parameters of type OperationStateBean.Step
 void OperationStateBean.setCurrentStep(OperationStateBean.Step step)
          Set the current operation step
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.