Uses of Package
net.jini.lookup

Packages that use net.jini.lookup
com.sun.jini.fiddler Provides the server side of an implementation of the lookup discovery service (see LookupDiscoveryService). 
com.sun.jini.mahalo Provides implementations of the TransactionManager service. 
com.sun.jini.mercury Provides implementations of the EventMailbox service. 
com.sun.jini.norm.lookup   
com.sun.jini.reggie Provides implementations of ServiceRegistrar
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.lookup used by com.sun.jini.fiddler
JoinManager
          A goal of any well-behaved service is to advertise the facilities and functions it provides by requesting residency within at least one lookup service.
 

Classes in net.jini.lookup used by com.sun.jini.mahalo
JoinManager
          A goal of any well-behaved service is to advertise the facilities and functions it provides by requesting residency within at least one lookup service.
 

Classes in net.jini.lookup used by com.sun.jini.mercury
JoinManager
          A goal of any well-behaved service is to advertise the facilities and functions it provides by requesting residency within at least one lookup service.
 

Classes in net.jini.lookup used by com.sun.jini.norm.lookup
JoinManager
          A goal of any well-behaved service is to advertise the facilities and functions it provides by requesting residency within at least one lookup service.
 

Classes in net.jini.lookup used by com.sun.jini.reggie
DiscoveryAdmin
          Methods for controlling which groups a lookup service is a member of, and for controlling which TCP port a lookup service uses for its lookup locator.
JoinManager
          A goal of any well-behaved service is to advertise the facilities and functions it provides by requesting residency within at least one lookup service.
 

Classes in net.jini.lookup used by net.jini.lookup
JoinManager.AddAttributesTask
          Task that asynchronously augments the attributes associated with this join manager's service in the lookup service referenced by the current instance of this class.
JoinManager.DiscMgrListener
           
JoinManager.JoinTask
          Abstract base class from which all the sub-task classes are derived.
JoinManager.ProxyReg
          Wrapper class in which each instance corresponds to a lookup service to discover, and with which this join manager's service should be registered.
JoinManager.ProxyReg.DiscLeaseListener
          Class that is registered as a listener with this join manager's lease renewal manager.
JoinManager.ProxyRegTask
          Abstract base class from which all of the task classes are derived.
LookupCache
          The LookupCache interface defines the methods provided by the object created and returned by the ServiceDiscoveryManager when a client-like entity invokes the createLookupCache method.
ServiceDiscoveryEvent
          The ServiceDiscoveryEvent class encapsulates the service discovery information made available by the event mechanism of the LookupCache.
ServiceDiscoveryListener
          The ServiceDiscoveryListener interface defines the methods used by objects such as a LookupCache to notify an entity that events of interest related to the elements of the cache have occurred.
ServiceDiscoveryManager.CacheTask
          Class for implementing register/lookup/notify/dropProxy/discard tasks
ServiceDiscoveryManager.DiscMgrListener
           
ServiceDiscoveryManager.EventReg
          Data structure used to group together the lease and event sequence number.
ServiceDiscoveryManager.LookupCacheImpl
          Internal implementation of the LookupCache interface.
ServiceDiscoveryManager.LookupCacheImpl.LookupListener
           
ServiceDiscoveryManager.ProxyReg
          A wrapper class for a ServiceRegistrar.
ServiceDiscoveryManager.ServiceIdTask
          Abstract base class for controlling the order-of-execution of tasks corresponding to a particular serviceID associated with a particular lookup service.
ServiceDiscoveryManager.ServiceItemReg
          Used in the LookupCache.
ServiceIDListener
          Interface used by a service that does not yet have a service ID, for callback from the JoinManager when a service ID is assigned.
ServiceItemFilter
          The ServiceItemFilter interface defines the methods used by an object such as the ServiceDiscoveryManager or the LookupCache to apply additional selection criteria when searching for services in which an entity has registered interest.
 



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