[jboss-remoting-commits] JBoss Remoting SVN: r4474 - remoting2/branches/2.2/src/main/org/jboss/remoting.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Thu Aug 7 19:00:50 EDT 2008


Author: ron.sigal at jboss.com
Date: 2008-08-07 19:00:50 -0400 (Thu, 07 Aug 2008)
New Revision: 4474

Modified:
   remoting2/branches/2.2/src/main/org/jboss/remoting/InvokerLocator.java
Log:
JBREM-1022: Fixed javadoc.

Modified: remoting2/branches/2.2/src/main/org/jboss/remoting/InvokerLocator.java
===================================================================
--- remoting2/branches/2.2/src/main/org/jboss/remoting/InvokerLocator.java	2008-08-07 23:00:22 UTC (rev 4473)
+++ remoting2/branches/2.2/src/main/org/jboss/remoting/InvokerLocator.java	2008-08-07 23:00:50 UTC (rev 4474)
@@ -58,9 +58,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 at vocalocity.net">Jeff Haynie</a>
  * @author <a href="mailto:telrod at e2technologies.net">Tom Elrod</a>




More information about the jboss-remoting-commits mailing list