|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jini.fiddler.FiddlerImpl.LookupAttrsModifiedLogObj
private static class FiddlerImpl.LookupAttrsModifiedLogObj
LogObj class whose instances are recorded to the log file whenever the attributes currently associated with this service in the lookup services with which it is registered are modified.
FiddlerImpl.LocalLogHandler
Field Summary | |
---|---|
private MarshalledObject[] |
marshalledAttrTmpls
The attribute set 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 | |
---|---|
FiddlerImpl.LookupAttrsModifiedLogObj(FiddlerImpl fiddlerImpl,
Entry[] attrTmpls,
Entry[] modAttrs)
Constructs this class and stores the modified attributes |
Method Summary | |
---|---|
void |
apply(FiddlerImpl fiddlerImpl)
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 FiddlerImpl.LookupAttrsModifiedLogObj(FiddlerImpl fiddlerImpl, Entry[] attrTmpls, Entry[] modAttrs)
Method Detail |
---|
public void apply(FiddlerImpl fiddlerImpl)
apply
in interface FiddlerImpl.LogRecord
FiddlerImpl.LocalLogHandler.applyUpdate(java.lang.Object)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |