[jboss-remoting-commits] JBoss Remoting SVN: r4830 - remoting2/branches/2.2/src/main/org/jboss/remoting/callback.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Sat Jan 17 23:20:28 EST 2009


Author: ron.sigal at jboss.com
Date: 2009-01-17 23:20:28 -0500 (Sat, 17 Jan 2009)
New Revision: 4830

Modified:
   remoting2/branches/2.2/src/main/org/jboss/remoting/callback/ServerInvokerCallbackHandler.java
Log:
JBREM-1081: destroy() no longer sets callbackClient and callbackStore to null.

Modified: remoting2/branches/2.2/src/main/org/jboss/remoting/callback/ServerInvokerCallbackHandler.java
===================================================================
--- remoting2/branches/2.2/src/main/org/jboss/remoting/callback/ServerInvokerCallbackHandler.java	2009-01-18 04:18:44 UTC (rev 4829)
+++ remoting2/branches/2.2/src/main/org/jboss/remoting/callback/ServerInvokerCallbackHandler.java	2009-01-18 04:20:28 UTC (rev 4830)
@@ -1009,13 +1009,11 @@
       if(callBackClient != null)
       {
          callBackClient.disconnect();
-         callBackClient = null;
       }
 
       if(callbackStore != null)
       {
          callbackStore.purgeFiles();
-         callbackStore = null;
       }
    }
 




More information about the jboss-remoting-commits mailing list