[jboss-remoting-commits] JBoss Remoting SVN: r5041 - remoting2/branches/2.2/docs/guide/en.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Wed Apr 15 01:13:39 EDT 2009


Author: ron.sigal at jboss.com
Date: 2009-04-15 01:13:38 -0400 (Wed, 15 Apr 2009)
New Revision: 5041

Modified:
   remoting2/branches/2.2/docs/guide/en/chap5.xml
Log:
JBREM-1084: Added discussion of Client.USE_ALL_PARAMS.

Modified: remoting2/branches/2.2/docs/guide/en/chap5.xml
===================================================================
--- remoting2/branches/2.2/docs/guide/en/chap5.xml	2009-04-15 05:13:04 UTC (rev 5040)
+++ remoting2/branches/2.2/docs/guide/en/chap5.xml	2009-04-15 05:13:38 UTC (rev 5041)
@@ -3712,6 +3712,15 @@
           <methodname>addListener()</methodname>.
         </para>
         
+        <para><emphasis role="bold">Note.</emphasis> Since release 2.2.2.SP12, if the first instance
+          of the parameter <code>org.jboss.remoting.Client.USE_ALL_PARAMS</code>
+          (actual value "useAllParams") found successively in the <classname>InvokerLocator</classname>, the
+          <classname>Client</classname>'s configuration map, or the metadata map is set
+          to "true", then polled callbacks can be configured by parameters in the 
+          <classname>InvokerLocator</classname> and <classname>Client</classname>'s 
+          configuration map as well as the metadata map passed to <methodname>addListener()</methodname>.
+        </para>
+        
         <para>
           If the client is in an environment where the server is not allowed to
           establish a network connection to the client (e.g. firewall rules
@@ -6005,6 +6014,14 @@
     map passed to the Client constructor providing a ssl
     javax.net.ssl.HandshakeCompletedListener implementation, which will be
     called on when ssl handshake completed with server.</para>
+    
+    <para><emphasis role="bold">USE_ALL_PARAMS</emphasis>
+    (actual value is 'useAllParameters') - used by
+    <classname>org.jboss.remoting.ConnectionValidator</classname> and
+    <classname>org.jboss.remoting.callback.CallbackPoller</classname> to
+    determine if configuration parameters should be retrieved from the
+    <classname>InvokerLocator</classname> or the 
+    <classname>Client</classname>'s configuration map.</para>
 
     <para></para>
 




More information about the jboss-remoting-commits mailing list