Author: ron.sigal(a)jboss.com
Date: 2008-07-18 03:07:35 -0400 (Fri, 18 Jul 2008)
New Revision: 4387
Modified:
remoting2/branches/2.2/docs/guide/en/chap5.xml
Log:
JBREM-1014: Described new Remoting.SOCKET_FACTORY_CLASS_NAME parameter.
Modified: remoting2/branches/2.2/docs/guide/en/chap5.xml
===================================================================
--- remoting2/branches/2.2/docs/guide/en/chap5.xml 2008-07-18 05:46:55 UTC (rev 4386)
+++ remoting2/branches/2.2/docs/guide/en/chap5.xml 2008-07-18 07:07:35 UTC (rev 4387)
@@ -4409,7 +4409,7 @@
<listitem>
<para>Put the class name of a
<classname>SocketFactory</classname>
in a configuration map, using key
- <constant>Remoting.SOCKET_FACTORY_NAME</constant>, and pass the
+ <constant>Remoting.SOCKET_FACTORY_CLASS_NAME</constant>, and pass
the
map to one of the <classname>Connector</classname> constructors.
The <classname>SocketFactory</classname> class must have a
default
constructor.</para>
@@ -4609,7 +4609,7 @@
<listitem>
<para>Put the class name of a
<classname>SocketFactory</classname>
in a configuration map, using key
- <constant>Remoting.SOCKET_FACTORY_NAME</constant>, and pass the
+ <constant>Remoting.SOCKET_FACTORY_CLASS_NAME</constant>, and pass
the
map to one of the <classname>Client</classname> constructors.
The
<classname>SocketFactory</classname> class must have a default
constructor, which will be used to create a
@@ -6081,8 +6081,8 @@
Client to indicate the socket factory to be used. Value must be instance
of javax.net.SocketFactory.</para>
- <para><emphasis
role="bold">SOCKET_FACTORY_NAME</emphasis> (actual value
- is 'socketFactory') - key for the configuration map passed to a Client to
+ <para><emphasis
role="bold">SOCKET_FACTORY_CLASS_NAME</emphasis> (actual value
+ is 'socketFactoryClassName') - key for the configuration map passed to a
Client to
indicate the classname of the socket factory to be used. Value should be
fully qualified classname of class that is an instance of
javax.net.SocketFactory and has a void constructor. This property will not
Show replies by date