Uses of Class
org.infinispan.remoting.inboundhandler.action.ActionStatus
-
Packages that use ActionStatus Package Description org.infinispan.remoting.inboundhandler Handling of inbound commands on remote nodes.org.infinispan.remoting.inboundhandler.action -
-
Uses of ActionStatus in org.infinispan.remoting.inboundhandler
Methods in org.infinispan.remoting.inboundhandler that return ActionStatus Modifier and Type Method Description ActionStatus
TrianglePerCacheInboundInvocationHandler. check(ActionState state)
-
Uses of ActionStatus in org.infinispan.remoting.inboundhandler.action
Methods in org.infinispan.remoting.inboundhandler.action that return ActionStatus 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 abstract ActionStatus
BaseLockingAction. init(ActionState state)
protected ActionStatus
LockAction. init(ActionState state)
protected ActionStatus
PendingTxAction. init(ActionState state)
static ActionStatus
ActionStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static ActionStatus[]
ActionStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-