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

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Fri May 1 16:24:52 EDT 2009


Author: ron.sigal at jboss.com
Date: 2009-05-01 16:24:51 -0400 (Fri, 01 May 2009)
New Revision: 5118

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

Modified: remoting2/branches/2.2/docs/guide/en/chap5.xml
===================================================================
--- remoting2/branches/2.2/docs/guide/en/chap5.xml	2009-05-01 20:10:55 UTC (rev 5117)
+++ remoting2/branches/2.2/docs/guide/en/chap5.xml	2009-05-01 20:24:51 UTC (rev 5118)
@@ -3171,6 +3171,16 @@
          generated callback to some or all of them.
         </para>
         
+         <para>
+          <emphasis role="bold">Note.</emphasis> As of release 2.2.2.SP12,,
+          <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




More information about the jboss-remoting-commits mailing list