Uses of Class
net.jini.core.discovery.LookupLocator

Packages that use LookupLocator
com.sun.jini.outrigger This is an implementation of a JavaSpaces technology-enabled service. 
net.jini.admin These interfaces provide common ways to export particular administrative functionality. 
net.jini.core.lookup These are the lookup service interfaces and classes. 
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 LookupLocator in com.sun.jini.outrigger
 

Methods in com.sun.jini.outrigger that return LookupLocator
 LookupLocator[] OutriggerServerImpl.getLookupLocators()
           
 

Methods in com.sun.jini.outrigger with parameters of type LookupLocator
 void OutriggerServerImpl.addLookupLocators(LookupLocator[] locators)
           
 void OutriggerServerImpl.removeLookupLocators(LookupLocator[] locators)
           
 void OutriggerServerImpl.setLookupLocators(LookupLocator[] locators)
           
 

Uses of LookupLocator in net.jini.admin
 

Methods in net.jini.admin that return LookupLocator
 LookupLocator[] JoinAdmin.getLookupLocators()
          Get the list of locators of specific lookup services to join.
 

Methods in net.jini.admin with parameters of type LookupLocator
 void JoinAdmin.addLookupLocators(LookupLocator[] locators)
          Add locators for specific new lookup services to join.
 void JoinAdmin.removeLookupLocators(LookupLocator[] locators)
          Remove locators for specific lookup services from the set to join.
 void JoinAdmin.setLookupLocators(LookupLocator[] locators)
          Replace the list of locators of specific lookup services to join with a new list.
 

Uses of LookupLocator in net.jini.core.lookup
 

Methods in net.jini.core.lookup that return LookupLocator
 LookupLocator ServiceRegistrar.getLocator()
          Returns a LookupLocator that can be used if necessary for unicast discovery of the lookup service.
 

Uses of LookupLocator in net.jini.discovery
 

Subclasses of LookupLocator in net.jini.discovery
 class ConstrainableLookupLocator
          LookupLocator subclass which supports constraint operations through the RemoteMethodControl interface.
 

Fields in net.jini.discovery declared as LookupLocator
protected  LookupLocator IncomingMulticastAnnouncement.locator
          The LookupLocator that has been announced.
 

Methods in net.jini.discovery that return LookupLocator
 LookupLocator[] LookupLocatorDiscovery.getDiscoveredLocators()
          Returns the set of LookupLocator objects representing the desired lookup services that are currently discovered.
 LookupLocator IncomingMulticastAnnouncement.getLocator()
          Return a LookupLocator for performing unicast discovery of the announcing lookup service.
 LookupLocator[] LookupDiscoveryManager.getLocators()
          Returns an array consisting of the elements of the managed set of locators; that is, instances of LookupLocator in which each instance corresponds to a specific lookup service to discover.
 LookupLocator[] DiscoveryLocatorManagement.getLocators()
          Returns an array consisting of the elements of the managed set of locators; that is, instances of LookupLocator in which each instance corresponds to a specific lookup service to discover.
 LookupLocator[] LookupDiscoveryRegistration.getLocators()
          Returns an array consisting of the LookupLocator objects corresponding to specific lookup services the lookup discovery service will attempt to discover for this registration.
 LookupLocator[] LookupLocatorDiscovery.getLocators()
          Returns an array consisting of the elements of the managed set of locators; that is, instances of LookupLocator in which each instance corresponds to a specific lookup service to discover.
 LookupLocator[] LookupLocatorDiscovery.getUndiscoveredLocators()
          Returns the set of LookupLocator objects representing the desired lookup services that have not yet been discovered.
 

Methods in net.jini.discovery with parameters of type LookupLocator
 void LookupDiscoveryManager.addLocators(LookupLocator[] locators)
          Adds a set of locators to the managed set of locators.
 void DiscoveryLocatorManagement.addLocators(LookupLocator[] locators)
          Adds a set of locators to the managed set of locators.
 void LookupDiscoveryRegistration.addLocators(LookupLocator[] locators)
          Adds a set of LookupLocator objects to the managed set of locators associated with this registration.
 void LookupLocatorDiscovery.addLocators(LookupLocator[] locators)
          Adds a set of locators to the managed set of locators.
static DatagramPacket[] OutgoingMulticastAnnouncement.marshal(ServiceID id, LookupLocator loc, String[] groups)
          Marshal a multicast announcement into one or more datagram packets.
 LookupDiscoveryRegistration LookupDiscoveryService.register(String[] groups, LookupLocator[] locators, RemoteEventListener listener, MarshalledObject handback, long leaseDuration)
          Register with the lookup discovery service.
 void LookupDiscoveryManager.removeLocators(LookupLocator[] locators)
          Deletes a set of locators from the managed set of locators, and discards any already-discovered lookup service that corresponds to a deleted locator.
 void DiscoveryLocatorManagement.removeLocators(LookupLocator[] locators)
          Deletes a set of locators from the managed set of locators, and discards any already-discovered lookup service that corresponds to a deleted locator.
 void LookupDiscoveryRegistration.removeLocators(LookupLocator[] locators)
          Deletes a set of of LookupLocator objects from this registration's managed set of locators.
 void LookupLocatorDiscovery.removeLocators(LookupLocator[] locators)
          Deletes a set of locators from the managed set of locators, and discards any already-discovered lookup service that corresponds to a deleted locator.
 void LookupDiscoveryManager.setLocators(LookupLocator[] locators)
          Replaces all of the locators in the managed set with locators from a new set, and discards any already-discovered lookup service that corresponds to a locator that is removed from the managed set as a result of an invocation of this method.
 void DiscoveryLocatorManagement.setLocators(LookupLocator[] locators)
          Replaces all of the locators in the managed set with locators from a new set, and discards any already-discovered lookup service that corresponds to a locator that is removed from the managed set as a result of an invocation of this method.
 void LookupDiscoveryRegistration.setLocators(LookupLocator[] locators)
          Replaces all of the locators in this registration's managed set of locators with a new set of LookupLocator objects.
 void LookupLocatorDiscovery.setLocators(LookupLocator[] locators)
          Replaces all of the locators in the managed set with locators from a new set, and discards any already-discovered lookup service that corresponds to a locator that is removed from the managed set as a result of an invocation of this method.
 

Constructors in net.jini.discovery with parameters of type LookupLocator
LookupDiscoveryManager(String[] groups, LookupLocator[] locators, DiscoveryListener listener)
          Constructs an instance of this class that will organize and manage all discovery-related activities on behalf of the client or service that instantiates this class.
LookupDiscoveryManager(String[] groups, LookupLocator[] locators, DiscoveryListener listener, Configuration config)
          Constructs an instance of this class, using the given Configuration, that will organize and manage all discovery-related activities on behalf of the client or service that instantiates this class.
LookupLocatorDiscovery(LookupLocator[] locators)
          Creates an instance of this class (LookupLocatorDiscovery), with an initial array of LookupLocators to be managed.
LookupLocatorDiscovery(LookupLocator[] locators, Configuration config)
          Constructs a new lookup locator discovery object, set to discover the given set of locators, and having the given Configuration.
 



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