private static class FiddlerImpl.RegistrationGrantedLogObj extends Object implements FiddlerImpl.LogRecord
FiddlerImpl.LocalLogHandler
Modifier and Type | Field and Description |
---|---|
private FiddlerImpl.RegistrationInfo |
regInfo
Object which acts as a record of the current registration with the
lookup discovery service; containing all of the information about
that registration: IDs, managed sets, lease information, and
event registration information.
|
private static long |
serialVersionUID |
Constructor and Description |
---|
FiddlerImpl.RegistrationGrantedLogObj(FiddlerImpl.RegistrationInfo regInfo)
Constructs this class and stores the registration information
|
Modifier and Type | Method and Description |
---|---|
void |
apply(FiddlerImpl fiddlerImpl)
Modifies this service's state by registering the information
stored in the regInfo parameter; and by updating both the event
sequence number and the event ID for the registration.
|
private static final long serialVersionUID
private FiddlerImpl.RegistrationInfo regInfo
public FiddlerImpl.RegistrationGrantedLogObj(FiddlerImpl.RegistrationInfo regInfo)
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.