Uses of Interface
net.jini.discovery.DiscoveryListener

Packages that use DiscoveryListener
com.sun.jini.example.browser A visualization tool for exploring Jini Network Technology communities (djinns) with support for ServiceUI. 
com.sun.jini.fiddler Provides the server side of an implementation of the lookup discovery service (see LookupDiscoveryService). 
net.jini.discovery These are utility classes and interfaces that conform to the discovery and join protocol defined in the Jini Discovery and Join Specification
net.jini.lookup Standard utility classes for managing the join state of a service and the service discovery duties of a client or service. 
 

Uses of DiscoveryListener in com.sun.jini.example.browser
 

Classes in com.sun.jini.example.browser that implement DiscoveryListener
private  class Browser.LookupListener
           
 

Uses of DiscoveryListener in com.sun.jini.fiddler
 

Classes in com.sun.jini.fiddler that implement DiscoveryListener
private  class FiddlerImpl.LookupDiscoveryListener
          Class whose discovered() method is invoked by threads in the LookupDiscovery class whenever a new lookup service is discovered on behalf of a client registration
 

Uses of DiscoveryListener in net.jini.discovery
 

Subinterfaces of DiscoveryListener in net.jini.discovery
 interface DiscoveryChangeListener
          This interface must be implemented by entities that wish to receive notification of the following events.
 

Classes in net.jini.discovery that implement DiscoveryListener
private  class LookupDiscoveryManager.GroupDiscoveryListener
          Class that defines the listener that is registered with the LookupDiscovery that performs group discovery on behalf of this LookupDiscoveryManager.
(package private)  class LookupDiscoveryManager.LocatorDiscoveryListener
          Class that defines the listener that is registered with the LookupLocatorDiscovery that performs locator discovery on behalf of this LookupDiscoveryManager.
 

Fields in net.jini.discovery declared as DiscoveryListener
private  DiscoveryListener LookupDiscoveryManager.groupListener
          The listener that receives discovered, discarded, and changed events from the LookupDiscovery utility that manages group discovery on behalf of this LookupDiscoveryManager.
private  DiscoveryListener LookupDiscoveryManager.locatorListener
          The listener that receives discovered and discarded events from the LookupLocatorDiscovery utility that manages locator discovery on behalf of this LookupDiscoveryManager.
 

Methods in net.jini.discovery with parameters of type DiscoveryListener
 void LookupDiscovery.addDiscoveryListener(DiscoveryListener l)
          Register a listener as interested in receiving DiscoveryEvent notifications.
 void LookupLocatorDiscovery.addDiscoveryListener(DiscoveryListener l)
          Add a DiscoveryListener to the listener set.
 void DiscoveryManagement.addDiscoveryListener(DiscoveryListener listener)
          Adds an instance of DiscoveryListener to the set of objects listening for discovery events.
 void LookupDiscoveryManager.addDiscoveryListener(DiscoveryListener listener)
          Adds an instance of DiscoveryListener to the set of objects listening for discovery events.
private  void LookupDiscoveryManager.beginDiscovery(String[] groups, LookupLocator[] locators, DiscoveryListener listener, Configuration config)
          Using the given Configuration, initializes the current instance of this utility, and initiates the discovery process for the given set of groups and the given set of locators.
private  void LookupDiscoveryManager.notifyListener(DiscoveryListener l, Map groupsMap, int eventType)
          Notify a specific listener for a discovery event.
 void LookupDiscovery.removeDiscoveryListener(DiscoveryListener l)
          Indicate that a listener is no longer interested in receiving DiscoveryEvent notifications.
 void LookupLocatorDiscovery.removeDiscoveryListener(DiscoveryListener l)
          Remove a DiscoveryListener from the listener set.
 void DiscoveryManagement.removeDiscoveryListener(DiscoveryListener listener)
          Removes a listener from the set of objects listening for discovery events.
 void LookupDiscoveryManager.removeDiscoveryListener(DiscoveryListener listener)
          Removes a listener from the set of objects listening for discovery events.
 

Constructors in net.jini.discovery with parameters of type DiscoveryListener
LookupDiscoveryManager(String[] groups, LookupLocator[] locators, DiscoveryListener listener)
          Constructs an instance of this class that will organize and manage all discovery-related activities on behalf of the client or service that instantiates this class.
LookupDiscoveryManager(String[] groups, LookupLocator[] locators, DiscoveryListener listener, Configuration config)
          Constructs an instance of this class, using the given Configuration, that will organize and manage all discovery-related activities on behalf of the client or service that instantiates this class.
 

Uses of DiscoveryListener in net.jini.lookup
 

Classes in net.jini.lookup that implement DiscoveryListener
private  class JoinManager.DiscMgrListener
           
private  class ServiceDiscoveryManager.DiscMgrListener
           
 



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