|
|||||||||||
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 |
Distributor.getMyServerId()
Get the local server id |
ClusterId |
StubData.getServerId()
Get the server id associated with the stub |
ClusterId |
ObjectId.getServerId()
Get the ServerId associated with the current object |
static ClusterId |
ClusterId.read(java.io.DataInput in)
Read an identifier from an input stream (java.io.DataInput) |
ClusterId |
DistributorSfsbRemote.getCurrentServerId()
Get the current server Id |
static ClusterId |
ServerIdFactory.getServerId()
Get the local cluster Id. |
Methods in org.objectweb.carol.cmi with parameters of type ClusterId | |
protected void |
Distributor.removeStub(ClusterId serverId)
Remove a stub in the list by its serverId |
StubData |
ServerStubList.getStub(ClusterId serverId)
Get the stub associated with the serverId (Synchronized) |
void |
ServerStubList.removeStub(ClusterId serverId)
Remove a stub in the clustered stub (Synchronized) |
void |
DistributorSfsbRemote.setCurrentServerId(ClusterId csi)
Set the current server Id |
Constructors in org.objectweb.carol.cmi with parameters of type ClusterId | |
ObjectId(ClusterId serverId,
ClusterId objId)
Creates a new identifier |
|
ObjectIdFactory(ClusterId serverId)
Creates an ew factory from a server id |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |