private static class FiddlerImpl.GroupsSetInRegistrationLogObj extends Object implements FiddlerImpl.LogRecord
FiddlerImpl.LocalLogHandler
Modifier and Type | Field and Description |
---|---|
private String[] |
groups
The set of groups that replaced the registration's current
managed set of groups.
|
private Uuid |
registrationID
The ID of the data structure record corresponding to the
registration whose managed set of groups was replaced.
|
(package private) static long |
serialVersionUID |
Constructor and Description |
---|
FiddlerImpl.GroupsSetInRegistrationLogObj(Uuid registrationID,
String[] groups)
Constructs this class and stores the ID and new set of groups
|
Modifier and Type | Method and Description |
---|---|
void |
apply(FiddlerImpl fiddlerImpl)
Modifies this service's state by replacing the registration's
current managed set of groups with the set of group names
stored in this class by the constructor, as well as by updating
the set of all groups (across all registrations) to discover.
|
static final long serialVersionUID
private Uuid registrationID
private String[] groups
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.