public interface LCRegistryObjectState extends LCState
LCRegistryObjectState
defines methods
for setting and getting the Pending State.Modifier and Type | Method and Description |
---|---|
LCState |
getPendingState()
Get the pending state.
|
boolean |
isPendingStateChange()
Check if the registry bean is pending state change.
|
addNextStates, getDescription, getName, getNextStates, getPreferredNexState, getStateConcept, isTransitionAllowed, removeNextState, setDescription, setName, setPreferredNextState
LCState getPendingState() throws CSAppFrameworkException
LCState
, null if there is no pending stateCSAppFrameworkException
- - if the LCM provider encounters an internal errorboolean isPendingStateChange() throws CSAppFrameworkException
CSAppFrameworkException
- - if the LCM provider encounters an internal error