private static class FiddlerImpl.LookupAttrsModifiedLogObj extends Object implements FiddlerImpl.LogRecord
FiddlerImpl.LocalLogHandler
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
FiddlerImpl.LookupAttrsModifiedLogObj(FiddlerImpl fiddlerImpl,
Entry[] attrTmpls,
Entry[] modAttrs)
Constructs this class and stores the modified attributes
|
Modifier and Type | Method and Description |
---|---|
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.
|
private static final long serialVersionUID
private MarshalledObject[] marshalledAttrTmpls
private MarshalledObject[] marshalledModAttrs
public FiddlerImpl.LookupAttrsModifiedLogObj(FiddlerImpl fiddlerImpl, Entry[] attrTmpls, Entry[] modAttrs)
public void apply(FiddlerImpl fiddlerImpl)
apply
in interface FiddlerImpl.LogRecord
FiddlerImpl.LocalLogHandler.applyUpdate(java.lang.Object)
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.