|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jini.fiddler.FiddlerImpl.LeaseRenewedLogObj
private static class FiddlerImpl.LeaseRenewedLogObj
LogObj class whose instances are recorded to the log file whenever a lease on an existing registration (granted by the current backend server of the lookup discovery service -- the lease grantor) is renewed.
FiddlerImpl.LocalLogHandler
Field Summary | |
---|---|
private long |
expiration
The new absolute time of expiration of the lease that was renewed. |
private Uuid |
leaseID
The identifier assigned by the lease grantor to the lease that was renewed. |
private Uuid |
registrationID
The ID of the data structure record corresponding to the registration whose lease was renewed. |
private static long |
serialVersionUID
|
Constructor Summary | |
---|---|
FiddlerImpl.LeaseRenewedLogObj(Uuid registrationID,
Uuid leaseID,
long expiration)
Constructs this class and stores the IDs and the expiration time |
Method Summary | |
---|---|
void |
apply(FiddlerImpl fiddlerImpl)
Modifies this service's state by renewing the lease with ID equal to this class' leaseID field, and which corresponds to the regInfo record. |
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 registrationID
private Uuid leaseID
private long expiration
Constructor Detail |
---|
public FiddlerImpl.LeaseRenewedLogObj(Uuid registrationID, Uuid leaseID, long expiration)
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 |