Class TriangleOrderAction
java.lang.Object
org.infinispan.remoting.inboundhandler.action.TriangleOrderAction
- All Implemented Interfaces:
Action
-
Constructor Summary
ConstructorsConstructorDescriptionTriangleOrderAction
(org.infinispan.remoting.inboundhandler.TrianglePerCacheInboundInvocationHandler handler, long sequenceNumber, int segmentId) -
Method Summary
Modifier and TypeMethodDescriptioncheck
(ActionState state) It checks this action.void
onFinally
(ActionState state) Invoked always after the command is executed.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.infinispan.remoting.inboundhandler.action.Action
addListener, onException
-
Constructor Details
-
TriangleOrderAction
public TriangleOrderAction(org.infinispan.remoting.inboundhandler.TrianglePerCacheInboundInvocationHandler handler, long sequenceNumber, int segmentId)
-
-
Method Details
-
check
Description copied from interface:Action
It checks this action. WhenActionStatus.READY
orActionStatus.CANCELED
are final states. This method should be thread safe and idempotent since it can be invoked multiple times by multiples threads. -
onFinally
Description copied from interface:Action
Invoked always after the command is executed.
-