com.sun.jini.mercury
Class MailboxImpl.LookupLocatorsChangedLogObj
java.lang.Object
com.sun.jini.mercury.MailboxImpl.LookupLocatorsChangedLogObj
- All Implemented Interfaces:
- MailboxImpl.LogRecord, Serializable
- Enclosing class:
- MailboxImpl
private static class MailboxImpl.LookupLocatorsChangedLogObj
- extends Object
- implements MailboxImpl.LogRecord
LogObj class whose instances are recorded to the log file whenever
the set of locators of lookup services to join is changed.
Method Summary |
void |
apply(MailboxImpl mb)
Sets lookupLocators to value of the provided
set. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
locators
private LookupLocator[] locators
- The new locators to join.
MailboxImpl.LookupLocatorsChangedLogObj
public MailboxImpl.LookupLocatorsChangedLogObj(LookupLocator[] locators)
- Simple constructor
apply
public void apply(MailboxImpl mb)
- Sets
lookupLocators
to value of the provided
set.
- Specified by:
apply
in interface MailboxImpl.LogRecord
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.