[jboss-remoting-commits] JBoss Remoting SVN: r4388 - remoting2/branches/2.2/src/main/org/jboss/remoting.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Fri Jul 18 03:08:26 EDT 2008


Author: ron.sigal at jboss.com
Date: 2008-07-18 03:08:26 -0400 (Fri, 18 Jul 2008)
New Revision: 4388

Modified:
   remoting2/branches/2.2/src/main/org/jboss/remoting/Remoting.java
Log:
JBREM-1014: Added new SOCKET_FACTORY_CLASS_NAME parameter.

Modified: remoting2/branches/2.2/src/main/org/jboss/remoting/Remoting.java
===================================================================
--- remoting2/branches/2.2/src/main/org/jboss/remoting/Remoting.java	2008-07-18 07:07:35 UTC (rev 4387)
+++ remoting2/branches/2.2/src/main/org/jboss/remoting/Remoting.java	2008-07-18 07:08:26 UTC (rev 4388)
@@ -47,6 +47,12 @@
    public static final String SOCKET_FACTORY_NAME = "socketFactory";
    
    /**
+    * Key for the configuration map passed to a Client to indicate the classname of
+    * the socket factory to be used.  This one is distinct from the bean property "socketFactory".
+    */
+   public static final String SOCKET_FACTORY_CLASS_NAME = "socketFactoryClassName";
+   
+   /**
     * Key for the configuration map passed to a Client or Connector to indicate
     * a socket creation listener for sockets created by a SocketFactory.
     */




More information about the jboss-remoting-commits mailing list