|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jini.mercury.MailboxImpl.AttrsModifiedLogObj
private static class MailboxImpl.AttrsModifiedLogObj
LogObj class whose instances are recorded to the log file whenever the set of lookup attributes is modified.
Field Summary | |
---|---|
private MarshalledObject[] |
marshalledAttrTmpls
The set of attribute templates used to select the attributes (from the service's existing set of attributes) that were modified, written out in marshalled form. |
private MarshalledObject[] |
marshalledModAttrs
The attributes with which this service's existing attributes were modified, written out in marshalled form. |
private static long |
serialVersionUID
|
Constructor Summary | |
---|---|
MailboxImpl.AttrsModifiedLogObj(Entry[] attrTmpls,
Entry[] modAttrs)
Constructs this class and stores the modified attributes along with the corresponding set of templates. |
Method Summary | |
---|---|
void |
apply(MailboxImpl mb)
Modifies this service's state by modifying (after unmarshalling) the service's existing attributes according to the contents of marshalledAttrTmpls and marshalledModAttrs. |
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 MarshalledObject[] marshalledAttrTmpls
private MarshalledObject[] marshalledModAttrs
Constructor Detail |
---|
public MailboxImpl.AttrsModifiedLogObj(Entry[] attrTmpls, Entry[] modAttrs)
Method Detail |
---|
public void apply(MailboxImpl mb)
apply
in interface MailboxImpl.LogRecord
MailboxImpl.LocalLogHandler.applyUpdate(java.lang.Object)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |