|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jini.fiddler.FiddlerImpl.GroupsSetInRegistrationLogObj
private static class FiddlerImpl.GroupsSetInRegistrationLogObj
LogObj class whose instances are recorded to the log file whenever a the managed set of groups corresponding to a registration is is replaced (set) with a new set of group names.
FiddlerImpl.LocalLogHandler
Field Summary | |
---|---|
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 Summary | |
---|---|
FiddlerImpl.GroupsSetInRegistrationLogObj(Uuid registrationID,
String[] groups)
Constructs this class and stores the ID and new set of groups |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
static final long serialVersionUID
private Uuid registrationID
private String[] groups
Constructor Detail |
---|
public FiddlerImpl.GroupsSetInRegistrationLogObj(Uuid registrationID, String[] groups)
Method Detail |
---|
public void apply(FiddlerImpl fiddlerImpl)
apply
in interface FiddlerImpl.LogRecord
FiddlerImpl.LocalLogHandler.applyUpdate(java.lang.Object)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |