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. |
LockAction |
An
Action implementation that acquire the locks. |
PendingTxAction |
An
Action implementation that check for older topology transactions. |
Enum | Description |
---|---|
ActionStatus |
The status for an
Action . |
BaseLockingAction.InternalState |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.