[jboss-cvs] JBossRemoting/src/main/org/jboss/remoting/transport/socket ...

Ron Sigal ron_sigal at yahoo.com
Thu Nov 2 23:07:31 EST 2006


  User: rsigal  
  Date: 06/11/02 23:07:31

  Modified:    src/main/org/jboss/remoting/transport/socket  Tag:
                        remoting_2_x MicroSocketClientInvoker.java
  Log:
  JBREM-625:  Added two lines to decrement counter when a socket is discarded.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.16.2.1  +3 -1      JBossRemoting/src/main/org/jboss/remoting/transport/socket/MicroSocketClientInvoker.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MicroSocketClientInvoker.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/transport/socket/MicroSocketClientInvoker.java,v
  retrieving revision 1.16
  retrieving revision 1.16.2.1
  diff -u -b -r1.16 -r1.16.2.1
  --- MicroSocketClientInvoker.java	26 Sep 2006 02:27:52 -0000	1.16
  +++ MicroSocketClientInvoker.java	3 Nov 2006 04:07:31 -0000	1.16.2.1
  @@ -31,7 +31,7 @@
    *
    * @author <a href="mailto:jhaynie at vocalocity.net">Jeff Haynie</a>
    * @author <a href="mailto:telrod at e2technologies.net">Tom Elrod</a>
  - * @version $Revision: 1.16 $
  + * @version $Revision: 1.16.2.1 $
    */
   public class MicroSocketClientInvoker extends RemoteClientInvoker
   {
  @@ -378,6 +378,7 @@
               try
               {
                  socketWrapper.close();
  +               usedPooled--;
               }
               catch (Exception ex)
               {
  @@ -401,6 +402,7 @@
               try
               {
                  socketWrapper.close();
  +               usedPooled--;
               }
               catch (Exception ignored)
               {
  
  
  



More information about the jboss-cvs-commits mailing list