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

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Mon Dec 29 21:33:54 EST 2008


Author: ron.sigal at jboss.com
Date: 2008-12-29 21:33:54 -0500 (Mon, 29 Dec 2008)
New Revision: 4771

Modified:
   remoting2/branches/2.x/src/main/org/jboss/remoting/Remoting.java
Log:
JBREM-1073: Added CHANGE_INVALID_STATE_TO_CANNOT_CONNECT.

Modified: remoting2/branches/2.x/src/main/org/jboss/remoting/Remoting.java
===================================================================
--- remoting2/branches/2.x/src/main/org/jboss/remoting/Remoting.java	2008-12-30 02:09:29 UTC (rev 4770)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/Remoting.java	2008-12-30 02:33:54 UTC (rev 4771)
@@ -94,4 +94,10 @@
     * classloading facility.
     */
    public static final String REMOTE_CLASS_LOADERS = "remoteClassLoaders";
+   
+   /**
+    * A flag indicating whether org.jboss.remoting.MicroRemoteClientInvoker should translate an 
+    * org.jboss.remoting.ServerInvoker.InvalidStateException to an org.jboss.remoting.CannotConnectException.
+    */
+   public static final String CHANGE_INVALID_STATE_TO_CANNOT_CONNECT = "changeInvalidStateToCannotConnect";
 }




More information about the jboss-remoting-commits mailing list