private static class RegistrarImpl.MemberGroupsChangedLogObj extends Object implements RegistrarImpl.LogRecord
RegistrarImpl.LocalLogHandler
Modifier and Type | Field and Description |
---|---|
private String[] |
groups
The new groups to be a member of.
|
private static long |
serialVersionUID |
Constructor and Description |
---|
RegistrarImpl.MemberGroupsChangedLogObj(String[] groups)
Simple constructor
|
Modifier and Type | Method and Description |
---|---|
void |
apply(RegistrarImpl regImpl)
Modifies the state of the Registrar by setting the private
memberGroups field to the reference to the groups field.
|
private static final long serialVersionUID
private String[] groups
public RegistrarImpl.MemberGroupsChangedLogObj(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.