JU.3. The Interface

The public methods provided by the JoinManager class are as follows:

 package net.jini.lookup; public class JoinManager { public JoinManager(Object obj, Entry[] attrSets, ServiceIDListener callback, DiscoveryManagement discoveryMgr, LeaseRenewalManager leaseMgr) throws IOException {...} public JoinManager(Object obj, Entry[] attrSets, ServiceID serviceID, DiscoveryManagement discoveryMgr, LeaseRenewalManager leaseMgr) throws IOException {...} public DiscoveryManagement getDiscoveryManager() {...} public LeaseRenewalManager getLeaseRenewalManager() {...} public ServiceRegistrar[] getJoinSet() {...} public Entry[] getAttributes(){...} public void addAttributes(Entry[] attrSets) {...} public void addAttributes(Entry[] attrSets, ...

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.