| Package | Description |
|---|---|
| java.rmi.dgc |
Provides classes and interface for RMI distributed garbage-collection (DGC).
|
| java.rmi.server |
Provides classes and interfaces for supporting the server side of RMI.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DGC.clean(ObjID
The clean call removes the 'vmid' from the reference list of each remote object indicated in 'id's.
|
Lease |
DGC.dirty(ObjID
The dirty call requests leases for the remote object references associated with the object identifiers contained in the array 'ids'.
|
| Modifier and Type | Method and Description |
|---|---|
static ObjID |
ObjID.read(ObjectInput
Constructs and returns a new
ObjID instance by unmarshalling a binary representation from an
ObjectInput instance.
|