[jboss-remoting-commits] JBoss Remoting SVN: r5042 - remoting2/branches/2.x/docs/guide/en.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Wed Apr 15 01:29:30 EDT 2009


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

Modified:
   remoting2/branches/2.x/docs/guide/en/chap5.xml
Log:
JBREM-1113: Added discussion of ServerInvokerCallbackHandler.shutdown().

Modified: remoting2/branches/2.x/docs/guide/en/chap5.xml
===================================================================
--- remoting2/branches/2.x/docs/guide/en/chap5.xml	2009-04-15 05:13:38 UTC (rev 5041)
+++ remoting2/branches/2.x/docs/guide/en/chap5.xml	2009-04-15 05:29:29 UTC (rev 5042)
@@ -2786,6 +2786,16 @@
         </para>
         
         <para>
+          <emphasis role="bold">Note.</emphasis> As of release 2.5.1,
+          <classname>ServerInvokerCallbackHandler</classname>
+          has a new method, <methodname>shutdown()</methodname>, which can be used by, for example, the
+          <classname>ServerInvocationHandler</classname> with which it is registered, or by an 
+          <classname>org.jboss.remoting.ConnectionListener</classname> upon being informed of a 
+          connection failure, to clean up the <classname>ServerInvokerCallbackHandler</classname>
+          and references thereto.
+        </para>
+        
+        <para>
           The client side of a callback connection is identified in one of two
           ways, according to whether there is a callback
           <classname>Connector</classname> associated with the connection. If




More information about the jboss-remoting-commits mailing list