Uses of Class
com.tangosol.util.fsm.RollbackTransitionException
Packages that use RollbackTransitionException
- 
Uses of RollbackTransitionException in com.tangosol.util.fsm
Methods in com.tangosol.util.fsm that throw RollbackTransitionExceptionModifier and TypeMethodDescriptionvoidTransitionAction.onTransition(String sName, S stateFrom, S stateTo, Event<S> event, ExecutionContext context) Performs the necessary actions as part of aTransitionfrom one state to another, triggered by a specifiedEvent.