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