private static class RegistrarImpl.LookupAttributesChangedLogObj extends Object implements RegistrarImpl.LogRecord
RegistrarImpl.LocalLogHandler
Modifier and Type | Field and Description |
---|---|
private Entry[] |
attrs
The new lookup service attributes.
|
private static long |
serialVersionUID |
Constructor and Description |
---|
RegistrarImpl.LookupAttributesChangedLogObj(Entry[] attrs)
Simple constructor
|
Modifier and Type | Method and Description |
---|---|
void |
apply(RegistrarImpl regImpl)
Modifies the state of the Registrar by setting the private
field lookupAttrs to the reference to the attrs field.
|
private void |
readObject(ObjectInputStream stream)
Reads in null-terminated list of MarshalledInstances, from which
attributes are unmarshalled.
|
private void |
writeObject(ObjectOutputStream stream)
Writes attributes as a null-terminated list of MarshalledInstances.
|
private static final long serialVersionUID
private transient Entry[] attrs
public RegistrarImpl.LookupAttributesChangedLogObj(Entry[] attrs)
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
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.