com.sun.jini.fiddler
Class FiddlerImpl.LookupLocatorsChangedLogObj

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

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

LogObj class whose instances are recorded to the log file whenever the set containing the instances of LookupLocator that correspond to specific lookup services the lookup discovery service wishes to register with (join) is modified in some way; for example, through the invocation of: JoinAdmin.addLookupLocators, JoinAdmin.removeLookupLocators or JoinAdmin.setLookupLocators.

See Also:
FiddlerImpl.LocalLogHandler

Field Summary
private  LookupLocator[] locators
          The locators that correspond to the new lookup services this service should join.
private static long serialVersionUID
           
 
Constructor Summary
FiddlerImpl.LookupLocatorsChangedLogObj(LookupLocator[] locators)
          Constructs this class and stores the new locators
 
Method Summary
 void apply(FiddlerImpl fiddlerImpl)
          Modifies this service's state by modifying this service's existing set of 'locators 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

locators

private LookupLocator[] locators
The locators that correspond to the new lookup services this service should join.

Constructor Detail

FiddlerImpl.LookupLocatorsChangedLogObj

public FiddlerImpl.LookupLocatorsChangedLogObj(LookupLocator[] locators)
Constructs this class and stores the new locators

Method Detail

apply

public void apply(FiddlerImpl fiddlerImpl)
Modifies this service's state by modifying this service's existing set of 'locators 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.