Uses of Package
org.infinispan.remoting.inboundhandler.action
-
Packages that use org.infinispan.remoting.inboundhandler.action Package Description org.infinispan.remoting.inboundhandler Handling of inbound commands on remote nodes.org.infinispan.remoting.inboundhandler.action -
Classes in org.infinispan.remoting.inboundhandler.action used by org.infinispan.remoting.inboundhandler Class Description Action An action represents a step inPerCacheInboundInvocationHandler
.ActionState The state used by anAction
.ActionStatus The status for anAction
. -
Classes in org.infinispan.remoting.inboundhandler.action used by org.infinispan.remoting.inboundhandler.action Class Description Action An action represents a step inPerCacheInboundInvocationHandler
.ActionListener A listener that is invoked when anAction
is completed.ActionState The state used by anAction
.ActionStatus The status for anAction
.BaseLockingAction A baseAction
implementation for locking.BaseLockingAction.InternalState ReadyAction An interface that allows thePerCacheInboundInvocationHandler
to check when this action is ready.