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.LogRecord
Copyright 2007-2016, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.