private static class FiddlerImpl.GroupsRemovedFromRegistrationLogObj extends Object implements FiddlerImpl.LogRecord
FiddlerImpl.LocalLogHandler
Modifier and Type | Field and Description |
---|---|
private String[] |
groups
The set of groups removed from the registration's managed set
of groups.
|
private Uuid |
registrationID
The ID of the data structure record corresponding to the
registration with managed set from which groups were removed.
|
private static long |
serialVersionUID |
Constructor and Description |
---|
FiddlerImpl.GroupsRemovedFromRegistrationLogObj(Uuid registrationID,
String[] groups)
Constructs this class and stores the ID and groups to remove
|
Modifier and Type | Method and Description |
---|---|
void |
apply(FiddlerImpl fiddlerImpl)
Modifies this service's state by removing the set of group names
from 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.