SD.3. The Interface

The public interface provided by the ServiceDiscoveryManager class defines methods that allow an entity to request that references to services matching criteria defined by the entity be found in discovered lookup services and cached for local retrieval. This interface also defines methods for retrieving the manager objects employed by this utility, and for performing termination processing.

 package net.jini.lookup; public class ServiceDiscoveryManager { public ServiceDiscoveryManager (DiscoveryManagement discoveryMgr, LeaseRenewalManager leaseMgr) throws IOException {...} public LookupCache createLookupCache (ServiceTemplate tmpl, ServiceItemFilter filter, ServiceDiscoveryListener listener) throws RemoteException {...} public ...

Get Jini™ Specifications, The, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.