Uses of Class
com.caucho.cloud.topology.CloudServerState

Packages that use CloudServerState
com.caucho.cloud.scaling   
com.caucho.cloud.topology   
 

Uses of CloudServerState in com.caucho.cloud.scaling
 

Methods in com.caucho.cloud.scaling that return CloudServerState
 CloudServerState ResinScalingClient.disable(java.lang.String serverId)
           
 CloudServerState ResinScalingClient.disableSoft(java.lang.String serverId)
           
 CloudServerState ResinScalingClient.enable(java.lang.String serverId)
           
 

Uses of CloudServerState in com.caucho.cloud.topology
 

Methods in com.caucho.cloud.topology that return CloudServerState
 CloudServerState CloudServer.getState()
          Returns the servers current state.
 CloudServerState CloudServerState.onHeartbeatStart()
           
 CloudServerState CloudServerState.onHeartbeatStop()
           
static CloudServerState CloudServerState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CloudServerState[] CloudServerState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.caucho.cloud.topology with parameters of type CloudServerState
 void CloudServer.overrideState(CloudServerState state)
           
 void CloudServer.setState(CloudServerState state)