Package net.jini.discovery

Interface Summary
DiscoveryListener This interface must be implemented by parties that wish to obtain notifications from a LookupDiscovery object.
 

Class Summary
Constants A holder class for constants that pertain to the unicast and multicast discovery protocols.
DiscoveryEvent Event object passed (via the DiscoveryListener interface) to indicate to interested parties that one or more ServiceRegistrar objects have been discovered or discarded by a LookupDiscovery object.
DiscoveryPermission Permission for using LookupDiscovery.
IncomingMulticastAnnouncement Encapsulate the details of unmarshaling an incoming multicast announcement packet.
IncomingMulticastRequest Encapsulate the details of unmarshaling an incoming multicast request packet.
IncomingUnicastRequest Encapsulate the details of unmarshaling an incoming unicast request.
IncomingUnicastResponse This class encapsulates the details of unmarshaling an incoming unicast response.
LookupDiscovery This class allows one to find instances of the lookup service that are nearby on the network, using group names.
OutgoingMulticastAnnouncement Encapsulate the details of marshaling a multicast announcement into one or more packets.
OutgoingMulticastRequest Encapsulate the details of marshaling a multicast request into one or more packets.
OutgoingUnicastRequest Encapsulate the details of marshaling a unicast request.
OutgoingUnicastResponse Encapsulate the details of marshaling a unicast response.
 



Copyright © 1999 Sun Microsystems, Inc. All rights reserved