net.jini.discovery
Class LookupLocatorDiscovery.NotifyTask

java.lang.Object
  extended by net.jini.discovery.LookupLocatorDiscovery.NotifyTask
Enclosing class:
LookupLocatorDiscovery

private static class LookupLocatorDiscovery.NotifyTask
extends Object

Data structure containing task data processed by the Notifier Thread


Field Summary
 boolean discard
          True if discarded, else discovered
 Map groupsMap
          Map of discovered registrars to groups in which each is a member
 ArrayList listeners
          The listeners to notify
 
Constructor Summary
LookupLocatorDiscovery.NotifyTask(ArrayList listeners, Map groupsMap, boolean discard)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

listeners

public final ArrayList listeners
The listeners to notify


groupsMap

public final Map groupsMap
Map of discovered registrars to groups in which each is a member


discard

public final boolean discard
True if discarded, else discovered

Constructor Detail

LookupLocatorDiscovery.NotifyTask

public LookupLocatorDiscovery.NotifyTask(ArrayList listeners,
                                         Map groupsMap,
                                         boolean discard)


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