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

Ron Sigal ron_sigal at yahoo.com
Wed Jan 17 21:39:25 EST 2007


  User: rsigal  
  Date: 07/01/17 21:39:25

  Modified:    src/main/org/jboss/remoting  Tag: remoting_2_x
                        ConnectionValidator.java
  Log:
  JBREM-662:  Removed reference to InvokeRegistry.reallyDestroyClientInvoker().
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.13.2.5  +1 -9      JBossRemoting/src/main/org/jboss/remoting/ConnectionValidator.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ConnectionValidator.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/ConnectionValidator.java,v
  retrieving revision 1.13.2.4
  retrieving revision 1.13.2.5
  diff -u -b -r1.13.2.4 -r1.13.2.5
  --- ConnectionValidator.java	17 Jan 2007 08:48:05 -0000	1.13.2.4
  +++ ConnectionValidator.java	18 Jan 2007 02:39:25 -0000	1.13.2.5
  @@ -244,16 +244,8 @@
         {
            if (innerClientInvoker != null)
            {
  -            if (pingWorked)
  -            {
                  InvokerRegistry.destroyClientInvoker(locator, configMap);
               }
  -            else
  -            {
  -               // need to get rid of the client invoker that keeps spinning
  -               InvokerRegistry.reallyDestroyClientInvoker(locator, configMap);
  -            }
  -         }
         }
   
         return pingWorked;
  
  
  



More information about the jboss-cvs-commits mailing list