Uses of Class
org.infinispan.remoting.inboundhandler.action.ActionState
-
Packages that use ActionState Package Description org.infinispan.remoting.inboundhandler Handling of inbound commands on remote nodes.org.infinispan.remoting.inboundhandler.action -
-
Uses of ActionState in org.infinispan.remoting.inboundhandler
Methods in org.infinispan.remoting.inboundhandler with parameters of type ActionState Modifier and Type Method Description ActionStatus
TrianglePerCacheInboundInvocationHandler. check(ActionState state)
void
TrianglePerCacheInboundInvocationHandler. onFinally(ActionState state)
-
Uses of ActionState in org.infinispan.remoting.inboundhandler.action
Methods in org.infinispan.remoting.inboundhandler.action with parameters of type ActionState Modifier and Type Method Description ActionStatus
Action. check(ActionState state)
It checks this action.ActionStatus
BaseLockingAction. check(ActionState state)
ActionStatus
CheckTopologyAction. check(ActionState state)
ActionStatus
TriangleOrderAction. check(ActionState state)
protected abstract ActionStatus
BaseLockingAction. checking(ActionState state)
protected ActionStatus
LockAction. checking(ActionState ignored)
protected ActionStatus
PendingTxAction. checking(ActionState state)
protected List<Object>
BaseLockingAction. getAndUpdateFilteredKeys(ActionState state)
protected abstract ActionStatus
BaseLockingAction. init(ActionState state)
protected ActionStatus
LockAction. init(ActionState state)
protected ActionStatus
PendingTxAction. init(ActionState state)
default void
Action. onException(ActionState state)
Invoked when an exception occurs while processing the command.void
LockAction. onException(ActionState state)
default void
Action. onFinally(ActionState state)
Invoked always after the command is executed.void
TriangleOrderAction. onFinally(ActionState state)
Constructors in org.infinispan.remoting.inboundhandler.action with parameters of type ActionState Constructor Description DefaultReadyAction(ActionState state, Action... actions)
-