net.jini.discovery
Class LookupDiscovery.NotifyTask
java.lang.Object
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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.