|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object![]()
![]()
![]()
java.rmi.dgc.Lease

public final class Lease


A lease contains a unique VM identifier and a lease duration. A Lease object is used to request and grant leases to remote object references.
| Constructor Summary | |
|---|---|
Lease
Constructs a lease with a specific VMID and lease duration. |
|
| Method Summary | |
|---|---|
long |
getValue
Returns the lease duration. |
VMID |
getVMID
Returns the client VMID associated with the lease. |
Methods inherited from class java.lang.Object ![]() |
|---|
clone |
| Constructor Detail |
|---|

public Lease(VMID![]()
![]()
id, long duration)
id - VMID associated with this leaseduration - lease duration| Method Detail |
|---|

public VMID![]()
![]()
getVMID()

public long getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||