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 ActionStatusTrianglePerCacheInboundInvocationHandler. check(ActionState state)voidTrianglePerCacheInboundInvocationHandler. 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 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 java.util.List<java.lang.Object>BaseLockingAction. getAndUpdateFilteredKeys(ActionState state)protected abstract ActionStatusBaseLockingAction. init(ActionState state)protected ActionStatusLockAction. init(ActionState state)protected ActionStatusPendingTxAction. init(ActionState state)default voidAction. onException(ActionState state)Invoked when an exception occurs while processing the command.voidLockAction. onException(ActionState state)default voidAction. onFinally(ActionState state)Invoked always after the command is executed.voidTriangleOrderAction. onFinally(ActionState state)Constructors in org.infinispan.remoting.inboundhandler.action with parameters of type ActionState Constructor Description DefaultReadyAction(ActionState state, Action... actions)
-