Package | Description |
---|---|
org.objectweb.carol.cmi |
Modifier and Type | Method and Description |
---|---|
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 |
ServerStubList.read(java.io.ObjectInput in)
Read the input and builds a server stubs list
|
Modifier and Type | Method and Description |
---|---|
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
|