private static class FiddlerImpl.LocsAddedToRegistrationLogObj extends Object implements FiddlerImpl.LogRecord
FiddlerImpl.LocalLogHandler
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
FiddlerImpl.LocsAddedToRegistrationLogObj(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 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.
|
private static final long serialVersionUID
private Uuid registrationID
private LookupLocator[] locators
public FiddlerImpl.LocsAddedToRegistrationLogObj(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.