Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Package | Description |
---|---|
java.rmi.dgc | Provides classes and interface for RMI distributed garbage-collection (DGC). |
Uses of VMID in java.rmi.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[] ids,
long sequenceNum,
VMID vmid,
boolean strong)
The clean call removes the 'vmid' from the reference list of each remote object indicated in 'id's. |
Constructor and Description |
---|
Lease(VMID id,
long duration)
Constructs a lease with a specific VMID and lease duration. |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.