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 ActionStatusTrianglePerCacheInboundInvocationHandler. 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 ActionStatusAction. check(ActionState state)It checks this action.ActionStatusBaseLockingAction. check(ActionState state)ActionStatusCheckTopologyAction. check(ActionState state)ActionStatusTriangleOrderAction. check(ActionState state)protected abstract ActionStatusBaseLockingAction. checking(ActionState state)protected ActionStatusLockAction. checking(ActionState ignored)protected ActionStatusPendingTxAction. checking(ActionState state)protected abstract ActionStatusBaseLockingAction. init(ActionState state)protected ActionStatusLockAction. init(ActionState state)protected ActionStatusPendingTxAction. init(ActionState state)static ActionStatusActionStatus. 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.
-