Author: ron.sigal(a)jboss.com
Date: 2009-05-01 16:35:45 -0400 (Fri, 01 May 2009)
New Revision: 5119
Modified:
remoting2/branches/2.2/src/main/org/jboss/remoting/Remoting.java
Log:
JBREM-1121: Added USE_ALL_SOCKET_FACTORY_PARAMS constant.
Modified: remoting2/branches/2.2/src/main/org/jboss/remoting/Remoting.java
===================================================================
--- remoting2/branches/2.2/src/main/org/jboss/remoting/Remoting.java 2009-05-01 20:24:51
UTC (rev 5118)
+++ remoting2/branches/2.2/src/main/org/jboss/remoting/Remoting.java 2009-05-01 20:35:45
UTC (rev 5119)
@@ -76,4 +76,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 RemoteClientInvoker should use parameters in the
InvokerLocator as
+ * well as the configuration map when creating a SocketFactory.
+ */
+ public static final String USE_ALL_SOCKET_FACTORY_PARAMS =
"useAllSocketFactoryParams";
}
Show replies by date