Package | Description |
---|---|
org.objectweb.carol.cmi |
Modifier and Type | Method and Description |
---|---|
ClusterId |
DistributorSfsbRemote.getCurrentServerId()
Get the current server Id
|
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 |
ServerIdFactory.getServerId()
Get the local cluster Id.
|
static ClusterId |
ClusterId.read(java.io.DataInput in)
Read an identifier from an input stream (java.io.DataInput)
|
Modifier and Type | Method and Description |
---|---|
StubData |
ServerStubList.getStub(ClusterId serverId)
Get the stub associated with the serverId (Synchronized)
|
protected void |
Distributor.removeStub(ClusterId serverId)
Remove a stub in the list by its serverId
|
void |
ServerStubList.removeStub(ClusterId serverId)
Remove a stub in the clustered stub (Synchronized)
|
void |
DistributorSfsbRemote.setCurrentServerId(ClusterId csi)
Set the current server Id
|
Constructor and Description |
---|
ObjectId(ClusterId serverId,
ClusterId objId)
Creates a new identifier
|
ObjectIdFactory(ClusterId serverId)
Creates an ew factory from a server id
|