private static class FiddlerImpl.LookupLocatorsChangedLogObj extends Object implements FiddlerImpl.LogRecord
LookupLocator that
correspond to specific lookup services the lookup discovery service
wishes to register with (join) is modified in some way; for example,
through the invocation of:
JoinAdmin.addLookupLocators,
JoinAdmin.removeLookupLocators or
JoinAdmin.setLookupLocators.FiddlerImpl.LocalLogHandler| Modifier and Type | Field and Description |
|---|---|
private LookupLocator[] |
locators
The locators that correspond to the new lookup services this
service should join.
|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
LookupLocatorsChangedLogObj(LookupLocator[] locators)
Constructs this class and stores the new locators
|
| Modifier and Type | Method and Description |
|---|---|
void |
apply(FiddlerImpl fiddlerImpl)
Modifies this service's state by modifying this service's existing
set of 'locators to join'.
|
private static final long serialVersionUID
private LookupLocator[] locators
public LookupLocatorsChangedLogObj(LookupLocator[] locators)
public void apply(FiddlerImpl fiddlerImpl)
apply in interface FiddlerImpl.LogRecordFiddlerImpl.LocalLogHandler.applyUpdate(java.lang.Object)Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.