From jboss-remoting-commits at lists.jboss.org Thu Aug 7 19:00:51 2008 Content-Type: multipart/mixed; boundary="===============7816931544929988153==" MIME-Version: 1.0 From: jboss-remoting-commits at lists.jboss.org To: jboss-remoting-commits at lists.jboss.org Subject: [jboss-remoting-commits] JBoss Remoting SVN: r4474 - remoting2/branches/2.2/src/main/org/jboss/remoting. Date: Thu, 07 Aug 2008 19:00:50 -0400 Message-ID: --===============7816931544929988153== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: ron.sigal(a)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 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- 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 @@ *

* rmi://localhost

*

- * NOTE: the hostname will automatically be resolved to the outside IP add= ress of the local machine - * if localhost or 127.0.0.1 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 hostna= me will + * automatically be resolved to the outside IP address of the local machin= e. = + * If the given hostname is 0.0.0.0 and the system + * property "jboss.bind.address" is set, then the hostname will be replace= d by the value + * associated with 'jboss.bind.address". * * @author Jeff Haynie * @author Tom Elrod --===============7816931544929988153==--