|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jini.reggie.RegistrarImpl.LookupLocatorsChangedLogObj
private static class RegistrarImpl.LookupLocatorsChangedLogObj
LogObj class whose instances are recorded to the log file whenever the set of locators of lookup services to join is changed.
RegistrarImpl.LocalLogHandler
Field Summary | |
---|---|
private LookupLocator[] |
locators
The new locators to join. |
private static long |
serialVersionUID
|
Constructor Summary | |
---|---|
RegistrarImpl.LookupLocatorsChangedLogObj(LookupLocator[] locators)
Simple constructor |
Method Summary | |
---|---|
void |
apply(RegistrarImpl regImpl)
Modifies the state of the Registrar by setting the private field lookupLocators to the reference to the locators field. |
private void |
readObject(ObjectInputStream stream)
Reads in null-terminated list of MarshalledInstances, from which locators are unmarshalled. |
private void |
writeObject(ObjectOutputStream stream)
Writes locators as a null-terminated list of MarshalledInstances. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
private transient LookupLocator[] locators
Constructor Detail |
---|
public RegistrarImpl.LookupLocatorsChangedLogObj(LookupLocator[] locators)
Method Detail |
---|
public void apply(RegistrarImpl regImpl)
apply
in interface RegistrarImpl.LogRecord
RegistrarImpl.LocalLogHandler.applyUpdate(java.lang.Object)
private void writeObject(ObjectOutputStream stream) throws IOException
IOException
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |