| Package | Description |
|---|---|
| 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.
|
| Class and Description |
|---|
| 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.
|
| LookupDiscoveryRegistration
When a client requests a registration with a lookup discovery service,
an instance of this interface is returned.
|
| LookupUnmarshalException
When unmarshalling an instance of
MarshalledObject, different
exceptions can occur. |
| Class and Description |
|---|
| DiscoveryManagement
This interface defines methods related to the discovery event mechanism
and discovery process termination.
|
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.