Uses of Class
com.opencloud.rhino.management.service.ServiceActualState
-
Packages that use ServiceActualState Package Description com.opencloud.rhino.management.config.declarative.status com.opencloud.rhino.management.service -
-
Uses of ServiceActualState in com.opencloud.rhino.management.config.declarative.status
Constructors in com.opencloud.rhino.management.config.declarative.status with parameters of type ServiceActualState Constructor Description ServiceNodeStatus(int nodeID, ServiceDesiredState desiredState, ServiceActualState actualState, boolean isPerNodeDesiredState)
-
Uses of ServiceActualState in com.opencloud.rhino.management.service
Methods in com.opencloud.rhino.management.service that return ServiceActualState Modifier and Type Method Description ServiceActualState[]
ServiceManagementMBean. getActualState(ServiceID id, int[] nodeIDs)
Get the current actual state of a Service for each of the specified nodes.static ServiceActualState
ServiceActualState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ServiceActualState[]
ServiceActualState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-