This class is a helper utility class that organizes and manages all discovery-related activities on behalf of a client or service. Rather than providing its own facility for coordinating and maintaining all of the necessary state information related to group names, {@link LookupLocator} objects, and {@link DiscoveryListener}objects, clients and services can employ this class to provide those facilities on their behalf.
@com.sun.jini.impl The following implementation-specific items are discussed below:
Configuring LookupDiscoveryManager
Currently, there are no configuration entries directly supported by this implementation of
LookupDiscoveryManager. All configuration entries affecting the operation of this utility are retrieved by either the {@link LookupDiscovery} utility, or the {@link LookupLocatorDiscovery}utility. Please refer to the documentation provided with those utilities when configuring the behavior of
LookupDiscoveryManager.
Logging
Currently, there are no loggers directly supported by this implementation of
LookupDiscoveryManager. All logging information produced when using this utility is controlled by the loggers supported by the following utilities:
- {@link LookupDiscovery}
- {@link LookupLocatorDiscovery}
For information about how to obtain logging information when using this implementation of LookupDiscoveryManager, please refer to the documentation provided with the discovery utilities listed above.
@author Sun Microsystems, Inc.
@see net.jini.discovery.DiscoveryManagement
@see net.jini.discovery.DiscoveryGroupManagement
@see net.jini.discovery.DiscoveryLocatorManagement