Uses of Class
org.objectweb.carol.cmi.ClusterId

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 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)
 

Methods in org.objectweb.carol.cmi with parameters of type ClusterId
 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
 

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