Uses of Class
org.ow2.jasmine.jadort.api.entities.deployment.ServerProgressState

Packages that use ServerProgressState
org.ow2.jasmine.jadort.api.entities.deployment   
 

Uses of ServerProgressState in org.ow2.jasmine.jadort.api.entities.deployment
 

Fields in org.ow2.jasmine.jadort.api.entities.deployment declared as ServerProgressState
static ServerProgressState ServerProgressState.DEPLOY_OK
           
static ServerProgressState ServerProgressState.DESTROY_VM_HOSTS_OK
           
static ServerProgressState ServerProgressState.DISABLE_APPLICATIONS_OK
           
static ServerProgressState ServerProgressState.ERASE_OK
           
static ServerProgressState ServerProgressState.INITIAL
           
static ServerProgressState ServerProgressState.MAINTAIN_OK
           
static ServerProgressState ServerProgressState.SET_DEFAULT_OK
           
static ServerProgressState ServerProgressState.START_OK
           
static ServerProgressState ServerProgressState.STOP_OK
           
static ServerProgressState ServerProgressState.UNDEPLOY_OK
           
static ServerProgressState ServerProgressState.UPLOAD_OK
           
 

Methods in org.ow2.jasmine.jadort.api.entities.deployment that return ServerProgressState
 ServerProgressState OperationStateBean.getAimedServerProgressState()
          Get the serverProgress step to reach
 ServerProgressState ServerProgressBean.getProgressState()
          Get the deployment's progress state
static ServerProgressState ServerProgressState.valueOf(java.lang.String string)
          Get the ServerProgressState for a string.
static ServerProgressState[] ServerProgressState.values()
           
 

Methods in org.ow2.jasmine.jadort.api.entities.deployment with parameters of type ServerProgressState
 void OperationStateBean.setAimedServerProgressState(ServerProgressState globalServerProgressState)
          Set the serverProgress step to reach
 void ServerProgressBean.setProgressState(ServerProgressState serverProgressState)
          Set the deployment's progress state
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.