Uses of Enum
org.infinispan.remoting.inboundhandler.action.ActionStatus
Packages that use ActionStatus
Package
Description
Handling of inbound commands on remote nodes.
-
Uses of ActionStatus in org.infinispan.remoting.inboundhandler
Methods in org.infinispan.remoting.inboundhandler that return ActionStatusModifier and TypeMethodDescriptionTrianglePerCacheInboundInvocationHandler.check(ActionState state) -
Uses of ActionStatus in org.infinispan.remoting.inboundhandler.action
Methods in org.infinispan.remoting.inboundhandler.action that return ActionStatusModifier and TypeMethodDescriptionAction.check(ActionState state) It checks this action.TriangleOrderAction.check(ActionState state) static ActionStatusReturns 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.