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

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Sun May 17 02:58:30 EDT 2009


Author: ron.sigal at jboss.com
Date: 2009-05-17 02:58:29 -0400 (Sun, 17 May 2009)
New Revision: 5264

Modified:
   remoting2/branches/2.2/docs/guide/en/chap8.xml
Log:
Removed LEASE_PINGER_TIMEOUT, which is not implemented in 2.2

Modified: remoting2/branches/2.2/docs/guide/en/chap8.xml
===================================================================
--- remoting2/branches/2.2/docs/guide/en/chap8.xml	2009-05-17 03:49:35 UTC (rev 5263)
+++ remoting2/branches/2.2/docs/guide/en/chap8.xml	2009-05-17 06:58:29 UTC (rev 5264)
@@ -247,14 +247,6 @@
     determine the time between PING messages sent by
     <classname>LeasePinger</classname>.</para>
     
-    <para><emphasis
-    role="bold"><code>org.jboss.remoting.LeasePinger.LEASE_PINGER_TIMEOUT</code></emphasis>
-    (actual value "leasePingerTimeout") - specifies the per invocation timeout
-    value use by <classname>LeasePinger</classname> when it sends PING messages.
-    In the absence of a configured value, the timeout value used by the
-    <classname>Client</classname> that created the
-    <classname>LeasePinger</classname> will be used.</para>
-    
     <para>For examples of how to use server side connection listeners, reference
     org.jboss.test.remoting.lease.LeaseTestServer and
     org.jboss.test.remoting.lease.LeaseTestClient.</para>




More information about the jboss-remoting-commits mailing list