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, wait
addListener, onException, onFinally
public CheckTopologyAction(BasePerCacheInboundInvocationHandler handler)
public ActionStatus check(ActionState state)
Action
ActionStatus.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 © 2021 JBoss by Red Hat. All rights reserved.