private static class MailboxImpl.LookupLocatorsChangedLogObj extends Object implements MailboxImpl.LogRecord
| Modifier and Type | Field and Description |
|---|---|
private LookupLocator[] |
locators
The new locators to join.
|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
LookupLocatorsChangedLogObj(LookupLocator[] locators)
Simple constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
apply(MailboxImpl mb)
Sets
lookupLocators to value of the provided
set. |
private static final long serialVersionUID
private LookupLocator[] locators
public LookupLocatorsChangedLogObj(LookupLocator[] locators)
public void apply(MailboxImpl mb)
lookupLocators to value of the provided
set.apply in interface MailboxImpl.LogRecordCopyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.