Uses of Class
com.tangosol.util.fsm.NonBlockingFiniteStateMachine.CoalescedEvent.Process
-
Packages that use NonBlockingFiniteStateMachine.CoalescedEvent.Process Package Description com.tangosol.util.fsm Contains Finite state machine interfaces. -
-
Uses of NonBlockingFiniteStateMachine.CoalescedEvent.Process in com.tangosol.util.fsm
Methods in com.tangosol.util.fsm that return NonBlockingFiniteStateMachine.CoalescedEvent.Process Modifier and Type Method Description static NonBlockingFiniteStateMachine.CoalescedEvent.Process
NonBlockingFiniteStateMachine.CoalescedEvent.Process. valueOf(String name)
Returns the enum constant of this type with the specified name.static NonBlockingFiniteStateMachine.CoalescedEvent.Process[]
NonBlockingFiniteStateMachine.CoalescedEvent.Process. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.tangosol.util.fsm with parameters of type NonBlockingFiniteStateMachine.CoalescedEvent.Process Constructor Description CoalescedEvent(Event<S> event, NonBlockingFiniteStateMachine.CoalescedEvent.Process mode)
Constructs aNonBlockingFiniteStateMachine.CoalescedEvent
of the specifiedEvent
type.CoalescedEvent(Event<S> event, NonBlockingFiniteStateMachine.CoalescedEvent.Process mode, Object discriminator)
Constructs aNonBlockingFiniteStateMachine.CoalescedEvent
with the specified discriminator andEvent
.
-