Uses of Class
org.infinispan.remoting.inboundhandler.action.ActionState
Packages that use ActionState
-
Uses of ActionState in org.infinispan.remoting.inboundhandler.action
Methods in org.infinispan.remoting.inboundhandler.action with parameters of type ActionStateModifier and TypeMethodDescriptionAction.check
(ActionState state) It checks this action.TriangleOrderAction.check
(ActionState state) default void
Action.onException
(ActionState state) Invoked when an exception occurs while processing the command.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