| Package | Description |
|---|---|
| java.rmi.dgc |
Provides classes and interface for RMI distributed garbage-collection (DGC).
|
| Modifier and Type | Method and Description |
|---|---|
VMID |
Lease.getVMID()
Returns the client VMID associated with the lease.
|
| 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.
|
| Constructor and Description | |
|---|---|
Lease(VMID
Constructs a lease with a specific VMID and lease duration.
|