Uses of Class
com.tangosol.util.fsm.RollbackTransitionException
-
Packages that use RollbackTransitionException Package Description com.tangosol.util.fsm Contains Finite state machine interfaces. -
-
Uses of RollbackTransitionException in com.tangosol.util.fsm
Methods in com.tangosol.util.fsm that throw RollbackTransitionException Modifier and Type Method Description void
TransitionAction. onTransition(String sName, S stateFrom, S stateTo, Event<S> event, ExecutionContext context)
Performs the necessary actions as part of aTransition
from one state to another, triggered by a specifiedEvent
.
-