Uses of Package
net.jini.core.lookup

Packages that use net.jini.core.lookup
com.sun.jini.config Defines convenience classes for writing configuration files and accessing Configuration entries. 
com.sun.jini.discovery Provides a set of constraints, low-level utility classes, and provider interfaces for participating in versions 1 and 2 of the multicast request, multicast announcement, and unicast discovery protocols. 
net.jini.core.discovery A standard utility class for finding particular lookup services. 
net.jini.core.lookup These are the lookup service interfaces and classes. 
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.core.lookup used by com.sun.jini.config
ServiceID
          A universally unique identifier (UUID) for registered services.
 

Classes in net.jini.core.lookup used by com.sun.jini.discovery
ServiceID
          A universally unique identifier (UUID) for registered services.
ServiceRegistrar
          Defines the interface to the lookup service.
 

Classes in net.jini.core.lookup used by net.jini.core.discovery
ServiceRegistrar
          Defines the interface to the lookup service.
 

Classes in net.jini.core.lookup used by net.jini.core.lookup
ServiceID
          A universally unique identifier (UUID) for registered services.
ServiceItem
          Items are stored in and retrieved from the lookup service using instances of this class.
ServiceMatches
          An instance of this class is used for the return value when looking up multiple items in the lookup service.
ServiceRegistration
          A registered service item is manipulated using an instance of this class.
ServiceTemplate
          Items in the lookup service are matched using instance of this class.
 

Classes in net.jini.core.lookup used by net.jini.discovery
ServiceID
          A universally unique identifier (UUID) for registered services.
ServiceRegistrar
          Defines the interface to the lookup service.
 

Classes in net.jini.core.lookup used by net.jini.lookup
ServiceID
          A universally unique identifier (UUID) for registered services.
ServiceItem
          Items are stored in and retrieved from the lookup service using instances of this class.
ServiceRegistrar
          Defines the interface to the lookup service.
ServiceTemplate
          Items in the lookup service are matched using instance of this class.
 



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