Package net.jini.discovery


package net.jini.discovery
These are utility classes and interfaces that conform to the discovery and join protocol defined in the Jini(TM) Discovery and Join Specification.
  • Class
    Description
    A holder class for constants that pertain to the unicast and multicast discovery protocols.
    LookupLocator subclass which supports constraint operations through the RemoteMethodControl interface.
    Trust verifier for ConstrainableLookupLocator instances.
    This interface must be implemented by entities that wish to receive notification of the following events.
    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.
    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.
    This interface must be implemented by parties that wish to obtain notifications from a LookupDiscovery object.
    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.
    This interface defines methods related to the discovery event mechanism and discovery process termination.
    Permission for using 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).
    This class is a helper utility class that organizes and manages all discovery-related activities on behalf of a client or service.
     
    This class encapsulates the functionality required of an entity that wishes to employ the unicast discovery protocol to discover a lookup service.