Package org.infinispan.remoting.inboundhandler.action
-
Interface Summary Interface Description Action An action represents a step inPerCacheInboundInvocationHandler
.ActionListener A listener that is invoked when anAction
is completed.ReadyAction An interface that allows thePerCacheInboundInvocationHandler
to check when this action is ready. -
Class Summary Class Description ActionState The state used by anAction
.BaseLockingAction A baseAction
implementation for locking.CheckTopologyAction AnAction
implementation that checks if the command topology id is valid.CompositeAction AReadyAction
implementation that delegates it logic to a collection of otherReadyAction
.DefaultReadyAction A list ofAction
to be executed to check when it is ready.LockAction AnAction
implementation that acquire the locks.PendingTxAction AnAction
implementation that check for older topology transactions.TriangleOrderAction AnAction
that checks if the command is the next to be executed. -
Enum Summary Enum Description ActionStatus The status for anAction
.BaseLockingAction.InternalState