public interface _ClusterNodeOperations
| Modifier and Type | Method and Description |
|---|---|
void |
down(java.lang.String uuid,
Ice.Current __current)
Let all cluster nodes know that the instance with this
uuid is going down.
|
java.lang.String |
getNodeUuid(Ice.Current __current)
Each node acquires the uuids of all other active nodes on start
up.
|
java.lang.String getNodeUuid(Ice.Current __current)
__current - The Current object for the invocation.void down(java.lang.String uuid,
Ice.Current __current)
__current - The Current object for the invocation.