Issue Details (XML | Word | Printable)

Key: RIO-277
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Dennis Reedy
Reporter: Dennis Reedy
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Rio

AssociationDescripor.setLocators() javadoc misleading

Created: 22/Jul/10 11:25 PM   Updated: 22/Jul/10 11:26 PM
Component/s: Documentation
Affects Version/s: 4.0
Fix Version/s: 4.1

Time Tracking:
Not Specified


 Description  « Hide
The setLocators method in the AssociationDescriptor class is documented as follows:

 /**
     * This method provids the ability to set the array of locators that this
     * ServiceBean would like to join. If this parameter is not set (remains
     * null), then attempts will be made via unicast discovery
     *
     * @param lookupLocators Array of LookupLocator instances
     */
    public void setLocators(LookupLocator... lookupLocators)

if the array of LookupLocators remains null, unicast is used? Should that say multicast is used?

The javadoc should state:

If this parameter is not set, then no attempts will be made via unicast discovery


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.