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

Ron Sigal ron_sigal at yahoo.com
Tue Jul 10 20:48:43 EDT 2007


  User: rsigal  
  Date: 07/07/10 20:48:43

  Modified:    src/main/org/jboss/remoting  Tag: remoting_2_x
                        LeasePinger.java
  Log:
  JBREM-772:  addClient() creates a new LeaseTimerTask for shortened ping period only if a LeaseTimerTask already exists.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.8.2.13  +1 -1      JBossRemoting/src/main/org/jboss/remoting/LeasePinger.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: LeasePinger.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/LeasePinger.java,v
  retrieving revision 1.8.2.12
  retrieving revision 1.8.2.13
  diff -u -b -r1.8.2.12 -r1.8.2.13
  --- LeasePinger.java	11 Mar 2007 19:58:36 -0000	1.8.2.12
  +++ LeasePinger.java	11 Jul 2007 00:48:43 -0000	1.8.2.13
  @@ -126,10 +126,10 @@
            {
               timerTask.cancel();
               timerTask = null;
  -         }
            startPing();
         }
      }
  +   }
   
      public boolean removeClient(String sessionID)
      {
  
  
  



More information about the jboss-cvs-commits mailing list