Author: ron.sigal(a)jboss.com
Date: 2008-12-29 16:39:26 -0500 (Mon, 29 Dec 2008)
New Revision: 4767
Modified:
remoting2/branches/2.2/src/main/org/jboss/remoting/Remoting.java
Log:
JBREM-1073: Added CHANGE_INVALID_STATE_TO_CANNOT_CONNECT.
Modified: remoting2/branches/2.2/src/main/org/jboss/remoting/Remoting.java
===================================================================
--- remoting2/branches/2.2/src/main/org/jboss/remoting/Remoting.java 2008-12-29 21:39:01
UTC (rev 4766)
+++ remoting2/branches/2.2/src/main/org/jboss/remoting/Remoting.java 2008-12-29 21:39:26
UTC (rev 4767)
@@ -70,4 +70,10 @@
*/
public static final String CLASSLOADING_PARENT_FIRST_DELEGATION =
"classloadingParentFirstDelegation";
public static final String CLASSLOADING_PARENT_FIRST_DELEGATION_PROP =
"org.jboss.remoting.classloadingParentFirstDelegation";
+
+ /**
+ * 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";
}