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 StubConfig.instanciateClusterStub(java.lang.Class remoteObjClass, ServerStubList stubList)
           
static ClusterStub ServerStubList.read(java.io.ObjectInput in)
          Read the input and builds a server stubs list
static ClusterStub ServerStubList.deserialize(byte[] serialized)
          Deserialize a byte array to create a cluster stub
 

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