public class CheckTopologyAction extends Object implements Action
Action implementation that checks if the command topology id is valid.
The command topology id is valid when it is higher or equal thant the first topology as member for this node.| Constructor and Description |
|---|
CheckTopologyAction(BasePerCacheInboundInvocationHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
ActionStatus |
check(ActionState state)
It checks this action.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddListener, onException, onFinallypublic CheckTopologyAction(BasePerCacheInboundInvocationHandler handler)
public ActionStatus check(ActionState state)
ActionActionStatus.READY or ActionStatus.CANCELED are final states.
This method should be thread safe and idempotent since it can be invoked multiple times by multiples threads.Copyright © 2022 JBoss by Red Hat. All rights reserved.