public interface StateTransferLock
Modifier and Type | Method and Description |
---|---|
void |
acquireExclusiveTopologyLock() |
void |
acquireSharedTopologyLock() |
void |
notifyTopologyInstalled(int topologyId) |
void |
notifyTransactionDataReceived(int topologyId) |
void |
releaseExclusiveTopologyLock() |
void |
releaseSharedTopologyLock() |
void |
waitForTopology(int expectedTopologyId) |
void |
waitForTransactionData(int expectedTopologyId) |
void acquireExclusiveTopologyLock()
void releaseExclusiveTopologyLock()
void acquireSharedTopologyLock()
void releaseSharedTopologyLock()
void notifyTransactionDataReceived(int topologyId)
void waitForTransactionData(int expectedTopologyId) throws InterruptedException
InterruptedException
void notifyTopologyInstalled(int topologyId)
void waitForTopology(int expectedTopologyId) throws InterruptedException
InterruptedException
Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.