Author: ron.sigal(a)jboss.com
Date: 2009-04-21 01:29:34 -0400 (Tue, 21 Apr 2009)
New Revision: 5075
Modified:
remoting2/branches/2.x/src/main/org/jboss/remoting/Remoting.java
Log:
JBREM-1121: Added USE_ALL_SOCKET_FACTORY_PARAMS 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-21 05:28:50
UTC (rev 5074)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/Remoting.java 2009-04-21 05:29:34
UTC (rev 5075)
@@ -106,4 +106,10 @@
* values in configuration map.
*/
public static final String CONFIG_OVERRIDES_LOCATOR =
"configOverridesLocator";
+
+ /**
+ * 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