private static class FiddlerImpl.LookupAttrsAddedLogObj extends Object implements FiddlerImpl.LogRecord
FiddlerImpl.LocalLogHandler
Modifier and Type | Field and Description |
---|---|
private MarshalledObject[] |
marshalledAttrs
The attributes that were added to each lookup service with which
this service is registered, written out in marshalled form.
|
private static long |
serialVersionUID |
Constructor and Description |
---|
FiddlerImpl.LookupAttrsAddedLogObj(FiddlerImpl fiddlerImpl,
Entry[] attrs)
Constructs this class and stores the attributes that were added
|
Modifier and Type | Method and Description |
---|---|
void |
apply(FiddlerImpl fiddlerImpl)
Modifies this service's state by adding (after unmarshalling) the
elements of marshalledAttrs to the service's existing set of
attributes.
|
private static final long serialVersionUID
private MarshalledObject[] marshalledAttrs
public FiddlerImpl.LookupAttrsAddedLogObj(FiddlerImpl fiddlerImpl, Entry[] attrs)
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.