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, 
                              boolean checkSC) {...} 
    public void setAttributes(Entry[] attrSets) {...} 
    public void modifyAttributes(Entry[] attrSetTemplates, 
                                 Entry[] attrSets) {...} 
    public void modifyAttributes(Entry[] attrSetTemplates, 
                                 Entry[] attrSets, 
                                 boolean checkSC) {...} 
    public void terminate() {...} 
} 

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.12.108.175