Uses of Class
net.jini.discovery.LookupLocatorDiscovery.LocatorReg

Packages that use LookupLocatorDiscovery.LocatorReg
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
 

Uses of LookupLocatorDiscovery.LocatorReg in net.jini.discovery
 

Fields in net.jini.discovery declared as LookupLocatorDiscovery.LocatorReg
private  LookupLocatorDiscovery.LocatorReg LookupLocatorDiscovery.DiscoveryTask.reg
           
 

Methods in net.jini.discovery that return LookupLocatorDiscovery.LocatorReg
private  LookupLocatorDiscovery.LocatorReg LookupLocatorDiscovery.findReg(LookupLocator lct)
          From the sets of elements corresponding to yet-to-be-discovered locators, this methods finds and returns the instance of LocatorReg corresponding to the given LookupLocator.
private  LookupLocatorDiscovery.LocatorReg LookupLocatorDiscovery.removeDiscoveredLocator(LookupLocator lct)
          Convenience method used to remove the LocatorReg - corresponding to the given LookupLocator - from the set of LocatorReg objects that correspond to lookup services that have already been discovered.
 

Methods in net.jini.discovery with parameters of type LookupLocatorDiscovery.LocatorReg
private  void LookupLocatorDiscovery.addToMap(LookupLocatorDiscovery.LocatorReg reg)
          Adds the given LocatorReg object to the set containing the objects corresponding to the locators of desired lookup services that have not yet been discovered, and queues a DiscoveryTask to attempt, through unicast discovery, to discover the associated lookup service.
private  boolean LookupLocatorDiscovery.regTryGetProxy(LookupLocatorDiscovery.LocatorReg reg)
          Convenience method called from within the DiscoveryTask.
 

Constructors in net.jini.discovery with parameters of type LookupLocatorDiscovery.LocatorReg
LookupLocatorDiscovery.DiscoveryTask(LookupLocatorDiscovery.LocatorReg reg, TaskManager taskMgr, WakeupManager wakeupMgr)
           
 



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