[jboss-remoting-commits] JBoss Remoting SVN: r5070 - remoting2/branches/2.x/src/main/org/jboss/remoting.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Sun Apr 19 02:23:32 EDT 2009


Author: ron.sigal at jboss.com
Date: 2009-04-19 02:23:32 -0400 (Sun, 19 Apr 2009)
New Revision: 5070

Modified:
   remoting2/branches/2.x/src/main/org/jboss/remoting/Remoting.java
Log:
JBREM-1124: Added CONFIG_OVERRIDES_LOCATOR constant.

Modified: remoting2/branches/2.x/src/main/org/jboss/remoting/Remoting.java
===================================================================
--- remoting2/branches/2.x/src/main/org/jboss/remoting/Remoting.java	2009-04-19 06:22:45 UTC (rev 5069)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/Remoting.java	2009-04-19 06:23:32 UTC (rev 5070)
@@ -100,4 +100,10 @@
     * org.jboss.remoting.ServerInvoker.InvalidStateException to an org.jboss.remoting.CannotConnectException.
     */
    public static final String CHANGE_INVALID_STATE_TO_CANNOT_CONNECT = "changeInvalidStateToCannotConnect";
+   
+   /**
+    * A flag indicating that AbstractInvoker should give priority to values in InvokerLocator over
+    * values in configuration map.
+    */
+   public static final String CONFIG_OVERRIDES_LOCATOR = "configOverridesLocator";
 }




More information about the jboss-remoting-commits mailing list