net.jini.discovery
Class LookupDiscovery.NotifyTask

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

private static class LookupDiscovery.NotifyTask
extends Object

Data structure containing task data processed by the Notifier Thread


Field Summary
 int eventType
          The type of event to send: DISCOVERED, DISCARDED, CHANGED
 Map groupsMap
          Map of discovered registrars-to-groups in which each is a member
 ArrayList listeners
          The set of listeners to notify
 
Constructor Summary
LookupDiscovery.NotifyTask(ArrayList listeners, Map groupsMap, int eventType)
           
 
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 set of listeners to notify


groupsMap

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


eventType

public final int eventType
The type of event to send: DISCOVERED, DISCARDED, CHANGED

Constructor Detail

LookupDiscovery.NotifyTask

public LookupDiscovery.NotifyTask(ArrayList listeners,
                                  Map groupsMap,
                                  int eventType)


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