|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClusterId | |
org.objectweb.carol.cmi |
Uses of ClusterId in org.objectweb.carol.cmi |
Methods in org.objectweb.carol.cmi that return ClusterId | |
ClusterId |
StubData.getId()
|
static ClusterId |
ClusterIdFactory.getLocalId()
Return the local cluster Id. |
static ClusterId |
ClusterId.toClusterId(byte[] id)
|
static ClusterId |
ClusterId.read(java.io.DataInput in)
|
Methods in org.objectweb.carol.cmi with parameters of type ClusterId | |
boolean |
ClusterStubData.setStub(ClusterId serverId,
byte[] stubSer,
int factor)
Add a regular stub in this cluster stub. |
boolean |
ClusterStubData.removeStub(ClusterId serverId)
This function fails if and only if the stub to remove is the last one. |
Constructors in org.objectweb.carol.cmi with parameters of type ClusterId | |
StubData(ClusterId id,
byte[] serStub,
int factor)
|
|
StubData(ClusterId id,
java.rmi.Remote stub,
int factor)
|
|
ClusterStubData(ClusterId serverId,
byte[] stubSer,
int factor)
Construct a new cluster stub data, containing a regular stub. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |