LookupLocator.equals method) elements already in the managed set will be ignored. If the empty array is input, the managed set of locators will not change.
@param locators LookupLocator array consisting of thelocators to add to the managed set.
@throws java.lang.NullPointerException this exception occurs wheneither null is input to the locators parameter, or one or more of the elements of the locators parameter is null.
@throws java.lang.IllegalStateException this exception occurs whenthis method is called after the terminate method has been called.
@see net.jini.discovery.DiscoveryLocatorManagement#addLocators
@see #removeLocators
| |