Package org.infinispan.remoting.inboundhandler.action
-
Interface Summary Interface Description Action An action represents a step inPerCacheInboundInvocationHandler.ActionListener A listener that is invoked when anActionis completed.ReadyAction An interface that allows thePerCacheInboundInvocationHandlerto check when this action is ready. -
Class Summary Class Description ActionState The state used by anAction.BaseLockingAction A baseActionimplementation for locking.CheckTopologyAction AnActionimplementation that checks if the command topology id is valid.CompositeAction AReadyActionimplementation that delegates it logic to a collection of otherReadyAction.DefaultReadyAction A list ofActionto be executed to check when it is ready.TriangleOrderAction AnActionthat checks if the command is the next to be executed. -
Enum Summary Enum Description ActionStatus The status for anAction.BaseLockingAction.InternalState