private static class FiddlerImpl.LocsRemovedFromRegistrationLogObj extends Object implements FiddlerImpl.LogRecord
FiddlerImpl.LocalLogHandler
Modifier and Type | Field and Description |
---|---|
private LookupLocator[] |
locators
The set of locators removed from the registration's managed set
of locators.
|
private Uuid |
registrationID
The ID of the data structure record corresponding to the
registration with managed set from which locators were removed.
|
private static long |
serialVersionUID |
Constructor and Description |
---|
FiddlerImpl.LocsRemovedFromRegistrationLogObj(Uuid registrationID,
LookupLocator[] locators)
Constructs this class and stores the ID and locators to remove
|
Modifier and Type | Method and Description |
---|---|
void |
apply(FiddlerImpl fiddlerImpl)
Modifies this service's state by removing the set of locators
from 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.LocsRemovedFromRegistrationLogObj(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.