Package | Description |
---|---|
org.objectweb.carol.cmi |
Modifier and Type | Method and Description |
---|---|
ObjectId |
ObjectIdFactory.getId() |
ObjectId |
StubData.getObjectId()
Get the ObjectId ref of the stub
|
static ObjectId |
ObjectId.read(java.io.DataInput in)
Read an ObjectId from the input stream
|
Constructor and Description |
---|
StubData(ObjectId objectId,
byte[] serStub,
int factor)
Creates a new stub
|
StubData(ObjectId objectId,
java.rmi.Remote stub,
int factor)
Creates a new stub
|