|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jini.fiddler.FiddlerImpl.LeasesRenewedLogObj
private static class FiddlerImpl.LeasesRenewedLogObj
LogObj class whose instances are recorded to the log file whenever
a set of leases from a LeaseMap
are renewed.
FiddlerImpl.LocalLogHandler
Field Summary | |
---|---|
private long[] |
expirations
The set of new absolute expiration times of each lease that was renewed. |
private Uuid[] |
leaseIDs
The set of identifiers each assigned by the lease grantor to one of the leases that was renewed. |
private Uuid[] |
registrationIDs
The set of unique identifiers each assigned to a registration that corresponds to one of the leases that was renewed. |
private static long |
serialVersionUID
|
Constructor Summary | |
---|---|
FiddlerImpl.LeasesRenewedLogObj(Uuid[] registrationIDs,
Uuid[] leaseIDs,
long[] expirations)
Constructs this class and stores the sets of IDs and the set of expiration times. |
Method Summary | |
---|---|
void |
apply(FiddlerImpl fiddlerImpl)
Modifies this service's state by renewing, with the corresponding expiration time, each of the leases specified by the stored IDs. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
private Uuid[] registrationIDs
private Uuid[] leaseIDs
private long[] expirations
Constructor Detail |
---|
public FiddlerImpl.LeasesRenewedLogObj(Uuid[] registrationIDs, Uuid[] leaseIDs, long[] expirations)
Method Detail |
---|
public void apply(FiddlerImpl fiddlerImpl)
apply
in interface FiddlerImpl.LogRecord
FiddlerImpl.LocalLogHandler.applyUpdate(java.lang.Object)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |