private static class RegistrarImpl.LookupGroupsChangedLogObj extends Object implements RegistrarImpl.LogRecord
RegistrarImpl.LocalLogHandler
Modifier and Type | Field and Description |
---|---|
private String[] |
groups
The new groups to join.
|
private static long |
serialVersionUID |
Constructor and Description |
---|
RegistrarImpl.LookupGroupsChangedLogObj(String[] groups)
Simple constructor
|
Modifier and Type | Method and Description |
---|---|
void |
apply(RegistrarImpl regImpl)
Modifies the state of the Registrar by setting the private
field lookupGroups to the reference to the groups field.
|
private static final long serialVersionUID
private String[] groups
public RegistrarImpl.LookupGroupsChangedLogObj(String[] groups)
public void apply(RegistrarImpl regImpl)
apply
in interface RegistrarImpl.LogRecord
RegistrarImpl.LocalLogHandler.applyUpdate(java.lang.Object)
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.