Package | Description |
---|---|
org.infinispan.remoting.inboundhandler.action |
Modifier and Type | Class and Description |
---|---|
class |
CompositeAction
A
ReadyAction implementation that delegates it logic to a collection of other ReadyAction . |
class |
DefaultReadyAction
A list of
Action to be executed to check when it is ready. |
Modifier and Type | Method and Description |
---|---|
void |
CheckTopologyAction.addListener(ActionListener listener) |
void |
LockAction.addListener(ActionListener listener) |
void |
DefaultReadyAction.addListener(ActionListener listener) |
void |
PendingTxAction.addListener(ActionListener listener) |
void |
Action.addListener(ActionListener listener)
Adds a listener to be invoked when this action is ready or canceled.
|
void |
CompositeAction.addListener(ActionListener listener) |
void |
ReadyAction.addListener(ActionListener listener)
It adds a listener that is invoked when this action is ready.
|
Copyright © 2023 JBoss, a division of Red Hat. All rights reserved.