Uses of Package
net.jini.discovery

Packages that use net.jini.discovery
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). 
com.sun.jini.mahalo Provides implementations of the TransactionManager service. 
com.sun.jini.mercury Provides implementations of the EventMailbox service. 
com.sun.jini.norm.lookup   
com.sun.jini.outrigger This is an implementation of a JavaSpaces technology-enabled service. 
com.sun.jini.reggie Provides implementations of ServiceRegistrar
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. 
 

Classes in net.jini.discovery used by com.sun.jini.example.browser
DiscoveryEvent
          Event object passed (via either the DiscoveryListener interface or the DiscoveryChangeListener) to indicate to interested parties that one or more ServiceRegistrar objects have been discovered or discarded during the discovery process.
DiscoveryGroupManagement
          This interface defines methods and constants related to the management of the sets of lookup services that are to be discovered using the multicast discovery protocol; that is, lookup services that are discovered by way of group discovery.
DiscoveryListener
          This interface must be implemented by parties that wish to obtain notifications from a LookupDiscovery object.
 

Classes in net.jini.discovery used by com.sun.jini.fiddler
DiscoveryChangeListener
          This interface must be implemented by entities that wish to receive notification of the following events.
DiscoveryEvent
          Event object passed (via either the DiscoveryListener interface or the DiscoveryChangeListener) to indicate to interested parties that one or more ServiceRegistrar objects have been discovered or discarded during the discovery process.
DiscoveryListener
          This interface must be implemented by parties that wish to obtain notifications from a LookupDiscovery object.
DiscoveryManagement
          This interface defines methods related to the discovery event mechanism and discovery process termination.
LookupDiscoveryManager
          This class is a helper utility class that organizes and manages all discovery-related activities on behalf of a client or service.
LookupDiscoveryRegistration
          When a client requests a registration with a lookup discovery service, an instance of this interface is returned.
LookupDiscoveryService
          Defines the interface to the lookup discovery service.
LookupUnmarshalException
          When unmarshalling an instance of MarshalledObject, different exceptions can occur.
RemoteDiscoveryEvent
          Whenever the lookup discovery service discovers or discards a lookup service matching the discovery/discard criteria of one or more of its registrations, the lookup discovery service sends an instance of this class to the listener corresponding to each such registration.
 

Classes in net.jini.discovery used by com.sun.jini.mahalo
DiscoveryManagement
          This interface defines methods related to the discovery event mechanism and discovery process termination.
 

Classes in net.jini.discovery used by com.sun.jini.mercury
DiscoveryManagement
          This interface defines methods related to the discovery event mechanism and discovery process termination.
 

Classes in net.jini.discovery used by com.sun.jini.norm.lookup
DiscoveryManagement
          This interface defines methods related to the discovery event mechanism and discovery process termination.
 

Classes in net.jini.discovery used by com.sun.jini.outrigger
DiscoveryGroupManagement
          This interface defines methods and constants related to the management of the sets of lookup services that are to be discovered using the multicast discovery protocol; that is, lookup services that are discovered by way of group discovery.
 

Classes in net.jini.discovery used by com.sun.jini.reggie
DiscoveryManagement
          This interface defines methods related to the discovery event mechanism and discovery process termination.
 

Classes in net.jini.discovery used by net.jini.discovery
DiscoveryChangeListener
          This interface must be implemented by entities that wish to receive notification of the following events.
DiscoveryEvent
          Event object passed (via either the DiscoveryListener interface or the DiscoveryChangeListener) to indicate to interested parties that one or more ServiceRegistrar objects have been discovered or discarded during the discovery process.
DiscoveryGroupManagement
          This interface defines methods and constants related to the management of the sets of lookup services that are to be discovered using the multicast discovery protocol; that is, lookup services that are discovered by way of group discovery.
DiscoveryListener
          This interface must be implemented by parties that wish to obtain notifications from a LookupDiscovery object.
DiscoveryLocatorManagement
          This interface defines methods related to the management of the set of lookup services that are to be discovered using the unicast discovery protocol; that is, lookup services that are discovered by way of locator discovery.
DiscoveryManagement
          This interface defines methods related to the discovery event mechanism and discovery process termination.
LookupDiscovery
          This class is a helper utility class that encapsulates the functionality required of an entity that wishes to employ multicast discovery to find lookup services located within the entity's "multicast radius" (roughly, the number of hops beyond which neither the multicast requests from the entity, nor the multicast announcements from the lookup service, will propagate).
LookupDiscovery.AnnouncementListener
          Thread that listens for multicast announcements from lookup services.
LookupDiscovery.AnnouncementTimerThread
          This thread monitors the multicast announcements sent from the lookup service(s) that have already been discovered by this class, looking for indications that those announcements have terminated.
LookupDiscovery.Notifier
          Thread that retrieves data structures of type NotifyTask from a queue and, based on the contents of the data structure, sends the appropriate event (discovered/discarded/changed) to each registered listener.
LookupDiscovery.ResponseListener
          Thread that listens for multicast responses to the multicast requests sent out by the Requestor Thread class.
LookupDiscovery.UnicastDiscoveryTask
          Task which retrieves elements from the set of pendingDiscoveries and performs the appropriate processing based on the object type of the element.
LookupDiscoveryManager.LocatorDiscoveryListener
          Class that defines the listener that is registered with the LookupLocatorDiscovery that performs locator discovery on behalf of this LookupDiscoveryManager.
LookupDiscoveryManager.ProxyReg
          Wrapper class in which each instance corresponds to a lookup service that has been discovered via either group discovery, locator discovery, or both.
LookupDiscoveryRegistration
          When a client requests a registration with a lookup discovery service, an instance of this interface is returned.
LookupLocatorDiscovery
          This class encapsulates the functionality required of an entity that wishes to employ the unicast discovery protocol to discover a lookup service.
LookupLocatorDiscovery.LocatorReg
          Wrapper class in which each instance corresponds to a lookup service to discover via unicast discovery.
LookupLocatorDiscovery.Notifier
          Thread that retrieves data structures of type NotifyTask from a queue and, based on the contents of the data structure, sends the appropriate event (discovered/discarded) to each registered listener.
LookupUnmarshalException
          When unmarshalling an instance of MarshalledObject, different exceptions can occur.
 

Classes in net.jini.discovery used by net.jini.lookup
DiscoveryEvent
          Event object passed (via either the DiscoveryListener interface or the DiscoveryChangeListener) to indicate to interested parties that one or more ServiceRegistrar objects have been discovered or discarded during the discovery process.
DiscoveryListener
          This interface must be implemented by parties that wish to obtain notifications from a LookupDiscovery object.
DiscoveryManagement
          This interface defines methods related to the discovery event mechanism and discovery process termination.
 



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