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

Packages that use ClusterStub
org.objectweb.carol.cmi   
 

Uses of ClusterStub in org.objectweb.carol.cmi
 

Methods in org.objectweb.carol.cmi that return ClusterStub
static ClusterStub ServerStubList.deserialize(byte[] serialized)
          Deserialize a byte array to create a cluster stub
static ClusterStub StubConfig.instanciateClusterStub(java.lang.Class remoteObjClass, ServerStubList stubList)
           
static ClusterStub StubConfig.instanciateClusterStub(java.lang.Class remoteObjClass, StubData stubData)
          Create a ClusterStub with only one StubData
static ClusterStub ServerStubList.read(java.io.ObjectInput in)
          Read the input and builds a server stubs list
 

Methods in org.objectweb.carol.cmi with parameters of type ClusterStub
static void StubConfig.checkClusterStub(java.lang.Class remoteObjClass, ClusterStub cs)
          Check the compatibility between the cluster stub and a remote object class
static StubBuilder StubBuilder.getReplacement(ClusterStub cs)
          Get the Externalizable instance of a ClusterStub instance
 void DistributorSfsbRemote.setHomeClusterStub(ClusterStub hcs)
          Set home cluster stub
 

Constructors in org.objectweb.carol.cmi with parameters of type ClusterStub
ClusterHandle(ClusterStub cs)
          Constructor