|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jini.landlord.LeasePeriodPolicy.Result
Simple class that holds a pair of times, the new expiration and duration for a lease.
Field Summary | |
long |
duration
The duration. |
long |
expiration
The expiration time. |
Constructor Summary | |
LeasePeriodPolicy.Result(long expiration,
long duration)
Simple constructor to create a new Result
object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public final long expiration
public final long duration
Constructor Detail |
public LeasePeriodPolicy.Result(long expiration, long duration)
Result
object.
expiration
- the value for the expiration
field.duration
- the value for the duration
field.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |