private static class FiddlerImpl.GroupsAddedToRegistrationLogObj extends Object implements FiddlerImpl.LogRecord
FiddlerImpl.LocalLogHandler
Modifier and Type | Field and Description |
---|---|
private String[] |
groups
The set of groups added to the registration's managed set of groups
|
private Uuid |
registrationID
The ID of the data structure record corresponding to the
registration whose managed set of groups was augmented.
|
private static long |
serialVersionUID |
Constructor and Description |
---|
FiddlerImpl.GroupsAddedToRegistrationLogObj(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 adding the set of group names to
registration's managed set of groups, as well as by updating the
set of all groups (across all registrations) to discover.
|
private 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.