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