|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jini.fiddler.FiddlerImpl.LeaseCancelledLogObj
private static class FiddlerImpl.LeaseCancelledLogObj
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 cancelled.
FiddlerImpl.LocalLogHandler
Field Summary | |
---|---|
private Uuid |
leaseID
The identifier assigned by the lease grantor to the lease that was cancelled. |
private Uuid |
registrationID
The ID of the data structure record corresponding to the registration whose lease was cancelled. |
private static long |
serialVersionUID
|
Constructor Summary | |
---|---|
FiddlerImpl.LeaseCancelledLogObj(Uuid registrationID,
Uuid leaseID)
Constructs this class and stores the IDs corresponding to the lease that was cancelled. |
Method Summary | |
---|---|
void |
apply(FiddlerImpl fiddlerImpl)
Modifies this service's state by canceling the lease on the registration with ID equal to that stored by the constructor, as well as by updating the managed set of groups and locators (across all registrations) in the appropriate way. |
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
Constructor Detail |
---|
public FiddlerImpl.LeaseCancelledLogObj(Uuid registrationID, Uuid leaseID)
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 |