|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jini.fiddler.FiddlerImpl.LocsAddedToRegistrationLogObj
private static class FiddlerImpl.LocsAddedToRegistrationLogObj
LogObj class whose instances are recorded to the log file whenever the managed set of locators corresponding to a registration is is augmented with new elements.
FiddlerImpl.LocalLogHandler
Field Summary | |
---|---|
private LookupLocator[] |
locators
The set of locators added to the registration's managed set |
private Uuid |
registrationID
The ID of the data structure record corresponding to the registration whose managed set of locators was augmented. |
private static long |
serialVersionUID
|
Constructor Summary | |
---|---|
FiddlerImpl.LocsAddedToRegistrationLogObj(Uuid registrationID,
LookupLocator[] locators)
Constructs this class and stores the ID and new set of locators |
Method Summary | |
---|---|
void |
apply(FiddlerImpl fiddlerImpl)
Modifies this service's state by adding the set of locators to registration's managed set of locators, as well as by updating the set of all locators (across all registrations) to discover. |
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 LookupLocator[] locators
Constructor Detail |
---|
public FiddlerImpl.LocsAddedToRegistrationLogObj(Uuid registrationID, LookupLocator[] locators)
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 |