|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jini.fiddler.FiddlerImpl.LeasesCancelledLogObj
private static class FiddlerImpl.LeasesCancelledLogObj
LogObj class whose instances are recorded to the log file whenever
a set of leases from a LeaseMap
are cancelled.
FiddlerImpl.LocalLogHandler
Field Summary | |
---|---|
private Uuid[] |
leaseIDs
The set of identifiers each assigned by the lease grantor to one of the leases that was cancelled. |
private Uuid[] |
registrationIDs
The set of unique identifiers each assigned to a registration that corresponds to one of the leases that was cancelled. |
private static long |
serialVersionUID
|
Constructor Summary | |
---|---|
FiddlerImpl.LeasesCancelledLogObj(Uuid[] registrationIDs,
Uuid[] leaseIDs)
Constructs this class and stores the IDs corresponding to the leases that were cancelled. |
Method Summary | |
---|---|
void |
apply(FiddlerImpl fiddlerImpl)
Modifies this service's state by canceling 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
Constructor Detail |
---|
public FiddlerImpl.LeasesCancelledLogObj(Uuid[] registrationIDs, Uuid[] leaseIDs)
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 |