Package | Description |
---|---|
org.objectweb.carol.cmi |
Modifier and Type | Method and Description |
---|---|
ClusterId |
ServerIdFactory.getLocalId()
Get the local cluster Id.
|
ClusterId |
ObjectId.getServerId()
Get the ServerId associated with the current object
|
ClusterId |
StubData.getServerId()
Get the server id associated with the stub
|
static ClusterId |
ClusterId.read(java.io.DataInput in)
Read an identifier from an input stream (java.io.DataInput)
|
Modifier and Type | Method and Description |
---|---|
void |
ServerStubList.removeStub(ClusterId serverId)
Remove a stub in the clustered stub (Synchronized)
|
Constructor and Description |
---|
ObjectId(ClusterId serverId,
ClusterId objId)
Creates a new identifier
|
ObjectIdFactory(ClusterId serverId)
Creates an ew factory from a server id
|