Interface | Description |
---|---|
Action |
An action represents a step in
PerCacheInboundInvocationHandler . |
ActionListener |
A listener that is invoked when an
Action is completed. |
ReadyAction |
An interface that allows the
PerCacheInboundInvocationHandler to check
when this action is ready. |
Class | Description |
---|---|
ActionState |
The state used by an
Action . |
BaseLockingAction |
A base
Action implementation for locking. |
CheckTopologyAction |
An
Action implementation that checks if the command topology id is valid. |
CompositeAction |
A
ReadyAction implementation that delegates it logic to a collection of other ReadyAction . |
DefaultReadyAction |
A list of
Action to be executed to check when it is ready. |
TriangleOrderAction |
An
Action that checks if the command is the next to be executed. |
Enum | Description |
---|---|
ActionStatus |
The status for an
Action . |
BaseLockingAction.InternalState |
Copyright © 2021 JBoss by Red Hat. All rights reserved.