[jboss-cvs] JBossRemoting/docs/guide/en ...

Tom Elrod tom.elrod at jboss.com
Tue Jul 25 17:39:58 EDT 2006


  User: telrod  
  Date: 06/07/25 17:39:58

  Modified:    docs/guide/en  master.xml
  Log:
  JBREM-434 - updated socketTimeout config value to be timeout.
  
  Revision  Changes    Path
  1.27      +12 -13    JBossRemoting/docs/guide/en/master.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: master.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/en/master.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -b -r1.26 -r1.27
  --- master.xml	25 Jul 2006 21:19:22 -0000	1.26
  +++ master.xml	25 Jul 2006 21:39:58 -0000	1.27
  @@ -1392,11 +1392,10 @@
           but will not take effect until the socket invoker, on the server side,
           is stopped and restarted.</para>
   
  -        <para><emphasis role="bold">socketTimeout</emphasis> - The socket
  -        timeout value passed to the Socket.setSoTimeout() method. The default
  -        on the server side is 60000 (one minute). If the socketTimeout
  -        parameter is set, its value will also be passed to the client side
  -        (see below).</para>
  +        <para><emphasis role="bold">timeout</emphasis> - The socket timeout
  +        value passed to the Socket.setSoTimeout() method. The default on the
  +        server side is 60000 (one minute). If the timeout parameter is set,
  +        its value will also be passed to the client side (see below).</para>
   
           <para><emphasis role="bold">backlog</emphasis> - The preferred number
           of unaccepted incoming connections allowed at a given time. The actual
  @@ -1436,9 +1435,9 @@
           required (the canonical example is mouse movements). The default is
           false.</para>
   
  -        <para><emphasis role="bold">socketTimeout</emphasis> - The socket
  -        timeout value passed to the Socket.setSoTimeout() method. The default
  -        on the client side is 1800000 (or 30 minutes).</para>
  +        <para><emphasis role="bold">timeout</emphasis> - The socket timeout
  +        value passed to the Socket.setSoTimeout() method. The default on the
  +        client side is 1800000 (or 30 minutes).</para>
   
           <para><emphasis role="bold">clientMaxPoolSize</emphasis> - the client
           side maximum number of threads. The default is 10.</para>
  @@ -2462,9 +2461,9 @@
             of calling <methodname>Client.disconnect()</methodname> and
             <methodname>Connector.stop()</methodname>) is guaranteed to result
             in the eventual release of resources. The timeout period may be
  -          adjusted by setting the <emphasis>socketTimeout</emphasis> parameter
  -          (see below). Alternatively, the second method, in conjunction with
  -          the use of
  +          adjusted by setting the <emphasis>timeout</emphasis> parameter (see
  +          below). Alternatively, the second method, in conjunction with the
  +          use of
             <methodname>MultiplexServerInvoker.isSafeToShutdown()</methodname>,
             which returns <code>true</code> on
             <classname>MultiplexServerInvoker</classname> <code>M</code> if and
  @@ -2675,8 +2674,8 @@
   
                  for more information. 
   
  -              <para><emphasis role="bold">socketTimeout</emphasis> - The
  -              socket timeout value passed to the
  +              <para><emphasis role="bold">timeout</emphasis> - The socket
  +              timeout value passed to the
                 <methodname>Socket.setSoTimeout()</methodname> method and the
                 <methodname>ServerSocket.setSoTimeout()</methodname> method. The
                 default is 60000 (or 1 minute).</para>
  
  
  



More information about the jboss-cvs-commits mailing list