Uses of Class
com.attivio.sysstate.InstanceState
-
Packages that use InstanceState Package Description com.attivio.sysstate -
-
Uses of InstanceState in com.attivio.sysstate
Methods in com.attivio.sysstate that return InstanceState Modifier and Type Method Description InstanceState
InstanceStateCounter. changeState(InstanceState newState)
Changes current state to the new state, accumulating any time that has passed since the last state change.InstanceState
InstanceStateCounter. getCurrentState()
static InstanceState
InstanceState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static InstanceState[]
InstanceState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.attivio.sysstate with parameters of type InstanceState Modifier and Type Method Description void
ComponentRuntimeState. changeState(InstanceState state)
InstanceState
InstanceStateCounter. changeState(InstanceState newState)
Changes current state to the new state, accumulating any time that has passed since the last state change.long
InstanceStateCounter. getTime(InstanceState state)
-