com.sun.jini.fiddler
Class FiddlerImpl.LookupGroupsChangedLogObj

java.lang.Object
  extended by com.sun.jini.fiddler.FiddlerImpl.LookupGroupsChangedLogObj
All Implemented Interfaces:
FiddlerImpl.LogRecord, Serializable
Enclosing class:
FiddlerImpl

private static class FiddlerImpl.LookupGroupsChangedLogObj
extends Object
implements FiddlerImpl.LogRecord

LogObj class whose instances are recorded to the log file whenever the set containing the names of the groups whose members are lookup services the lookup discovery service wishes to register with (join) is modified in some way; for example, through the invocation of: JoinAdmin.addLookupGroups, JoinAdmin.removeLookupGroups or JoinAdmin.setLookupGroups.

See Also:
FiddlerImpl.LocalLogHandler

Field Summary
private  String[] groups
          The new groups whose members are the lookup services this service should join.
private static long serialVersionUID
           
 
Constructor Summary
FiddlerImpl.LookupGroupsChangedLogObj(String[] groups)
          Constructs this class and stores the new groups
 
Method Summary
 void apply(FiddlerImpl fiddlerImpl)
          Modifies this service's state by modifying this service's existing set of 'groups to join'.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

groups

private String[] groups
The new groups whose members are the lookup services this service should join.

Constructor Detail

FiddlerImpl.LookupGroupsChangedLogObj

public FiddlerImpl.LookupGroupsChangedLogObj(String[] groups)
Constructs this class and stores the new groups

Method Detail

apply

public void apply(FiddlerImpl fiddlerImpl)
Modifies this service's state by modifying this service's existing set of 'groups to join'.

Specified by:
apply in interface FiddlerImpl.LogRecord
See Also:
FiddlerImpl.LocalLogHandler.applyUpdate(java.lang.Object)


Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.