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

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Thu Jul 31 17:44:38 EDT 2008


Author: ron.sigal at jboss.com
Date: 2008-07-31 17:44:38 -0400 (Thu, 31 Jul 2008)
New Revision: 4441

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

Modified: remoting2/branches/2.x/src/main/org/jboss/remoting/Remoting.java
===================================================================
--- remoting2/branches/2.x/src/main/org/jboss/remoting/Remoting.java	2008-07-31 00:33:26 UTC (rev 4440)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/Remoting.java	2008-07-31 21:44:38 UTC (rev 4441)
@@ -48,6 +48,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