private static class FiddlerImpl.LocsSetInRegistrationLogObj extends Object implements FiddlerImpl.LogRecord
FiddlerImpl.LocalLogHandler
Modifier and Type | Field and Description |
---|---|
private LookupLocator[] |
locators
The set of locators that replaced the registration's current
managed set of locators.
|
private Uuid |
registrationID
The ID of the data structure record corresponding to the
registration whose managed set of locators was replaced.
|
private static long |
serialVersionUID |
Constructor and Description |
---|
FiddlerImpl.LocsSetInRegistrationLogObj(Uuid registrationID,
LookupLocator[] locators)
Constructs this class and stores the ID and new set of locators
|
Modifier and Type | Method and Description |
---|---|
void |
apply(FiddlerImpl fiddlerImpl)
Modifies this service's state by replacing the registration's
current managed set of locators with the set of locators
stored in this class by the constructor, as well as by updating
the set of all locators (across all registrations) to discover.
|
private static final long serialVersionUID
private Uuid registrationID
private LookupLocator[] locators
public FiddlerImpl.LocsSetInRegistrationLogObj(Uuid registrationID, LookupLocator[] locators)
public void apply(FiddlerImpl fiddlerImpl)
apply
in interface FiddlerImpl.LogRecord
FiddlerImpl.LocalLogHandler.applyUpdate(java.lang.Object)
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.