Uses of Class
net.jini.discovery.DiscoveryEvent

Packages that use DiscoveryEvent
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 DiscoveryEvent in com.sun.jini.example.browser
 

Methods in com.sun.jini.example.browser with parameters of type DiscoveryEvent
 void Browser.LookupListener.discarded(DiscoveryEvent e)
           
 void Browser.LookupListener.discovered(DiscoveryEvent e)
           
 

Uses of DiscoveryEvent in com.sun.jini.fiddler
 

Fields in com.sun.jini.fiddler declared as DiscoveryEvent
 DiscoveryEvent FiddlerImpl.DiscoveredEventTask.event
          The local event sent by the discovery manager.
 DiscoveryEvent FiddlerImpl.DiscardedEventTask.event
          The local event sent by the discovery manager.
 DiscoveryEvent FiddlerImpl.ChangedEventTask.event
          The local event sent by the discovery manager.
 

Methods in com.sun.jini.fiddler with parameters of type DiscoveryEvent
 void FiddlerImpl.LookupDiscoveryListener.changed(DiscoveryEvent event)
           
 void FiddlerImpl.LookupDiscoveryListener.discarded(DiscoveryEvent event)
           
 void FiddlerImpl.LookupDiscoveryListener.discovered(DiscoveryEvent event)
           
 

Constructors in com.sun.jini.fiddler with parameters of type DiscoveryEvent
FiddlerImpl.ChangedEventTask(DiscoveryEvent event)
          Constructs an instance of this class and stores the event
FiddlerImpl.DiscardedEventTask(DiscoveryEvent event)
          Constructs an instance of this class and stores the event
FiddlerImpl.DiscoveredEventTask(DiscoveryEvent event)
          Constructs an instance of this class and stores the event
 

Uses of DiscoveryEvent in net.jini.discovery
 

Methods in net.jini.discovery with parameters of type DiscoveryEvent
 void DiscoveryChangeListener.changed(DiscoveryEvent e)
          Called when changes are detected in the discovery state of one or more of the previously discovered lookup services; in particular, when changes occur in the member groups to which those lookup services belong.
 void LookupDiscoveryManager.GroupDiscoveryListener.changed(DiscoveryEvent e)
          Called by LookupDiscovery to send a changed event to this listener when that LookupDiscovery has determined that the member groups of a previously discovered registrar (reg) have changed.
 void LookupDiscoveryManager.LocatorDiscoveryListener.discarded(DiscoveryEvent e)
          Called by LookupLocatorDiscovery to send a discarded event to this listener when one of the following events occurs, affecting at least one registrar (reg) that was previously discovered through either locator discovery alone, or through both group and locator discovery: The method LookupLocatorDiscovery.discard was called because the reg was determined to be unreachable (this is referred to as a "communication discard").
 void LookupDiscoveryManager.GroupDiscoveryListener.discarded(DiscoveryEvent e)
          Called by LookupDiscovery to send a discarded event to this listener when one of the following events occurs affecting at least one registrar (reg) that was previously discovered through either group discovery alone, or through both group and locator discovery: The method LookupDiscovery.discard was called because the reg was determined to be unreachable.
 void DiscoveryListener.discarded(DiscoveryEvent e)
          Called when one or more lookup service registrars has been discarded.
 void LookupDiscoveryManager.LocatorDiscoveryListener.discovered(DiscoveryEvent e)
          Called by the LookupLocatorDiscovery to send a discovered event to this listener when that LookupLocatorDiscovery has discovered at least one registrar (reg) having a locator equal one of the locators desired by this LookupDiscoveryManager.
 void LookupDiscoveryManager.GroupDiscoveryListener.discovered(DiscoveryEvent e)
          Called by LookupDiscovery to send a discovered event to this listener when that LookupDiscovery has discovered at least one registrar (reg) belonging to at least one of the groups desired by this LookupDiscoveryManager.
 void DiscoveryListener.discovered(DiscoveryEvent e)
          Called when one or more lookup service registrars has been discovered.
 

Uses of DiscoveryEvent in net.jini.lookup
 

Methods in net.jini.lookup with parameters of type DiscoveryEvent
 void ServiceDiscoveryManager.DiscMgrListener.discarded(DiscoveryEvent e)
           
 void JoinManager.DiscMgrListener.discarded(DiscoveryEvent e)
           
 void ServiceDiscoveryManager.DiscMgrListener.discovered(DiscoveryEvent e)
           
 void JoinManager.DiscMgrListener.discovered(DiscoveryEvent e)
           
 



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