Author: ron.sigal(a)jboss.com
Date: 2008-08-07 19:00:22 -0400 (Thu, 07 Aug 2008)
New Revision: 4473
Modified:
remoting2/branches/2.x/src/main/org/jboss/remoting/InvokerLocator.java
Log:
JBREM-1022: Fixed javadoc.
Modified: remoting2/branches/2.x/src/main/org/jboss/remoting/InvokerLocator.java
===================================================================
--- remoting2/branches/2.x/src/main/org/jboss/remoting/InvokerLocator.java 2008-08-06
07:02:03 UTC (rev 4472)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/InvokerLocator.java 2008-08-07
23:00:22 UTC (rev 4473)
@@ -62,9 +62,11 @@
* <p/>
* <tt>rmi://localhost</tt> <P>
* <p/>
- * NOTE: the hostname will automatically be resolved to the outside IP address of the
local machine
- * if <tt>localhost</tt> or <tt>127.0.0.1</tt> is used as the
hostname in the URI. If it cannot be
- * determined or resolved, it will use what was passed.
+ * NOTE: If no hostname is given (e.g., "socket://:5555"), then the hostname
will
+ * automatically be resolved to the outside IP address of the local machine.
+ * If the given hostname is 0.0.0.0 and the system
+ * property "jboss.bind.address" is set, then the hostname will be replaced by
the value
+ * associated with 'jboss.bind.address".
*
* @author <a href="mailto:jhaynie@vocalocity.net">Jeff Haynie</a>
* @author <a href="mailto:telrod@e2technologies.net">Tom
Elrod</a>
Show replies by date