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

Ron Sigal ron_sigal at yahoo.com
Wed Feb 21 05:58:34 EST 2007


  User: rsigal  
  Date: 07/02/21 05:58:34

  Modified:    src/main/org/jboss/remoting/transport  Tag: remoting_2_x
                        ClientInvoker.java
  Log:
  JBREM-598, JBREM-657:  Added disconnectTimeout to terminateLease().
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.7.2.7   +1 -1      JBossRemoting/src/main/org/jboss/remoting/transport/ClientInvoker.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ClientInvoker.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/transport/ClientInvoker.java,v
  retrieving revision 1.7.2.6
  retrieving revision 1.7.2.7
  diff -u -b -r1.7.2.6 -r1.7.2.7
  --- ClientInvoker.java	16 Feb 2007 04:19:22 -0000	1.7.2.6
  +++ ClientInvoker.java	21 Feb 2007 10:58:34 -0000	1.7.2.7
  @@ -116,7 +116,7 @@
      /**
       * Must behave as a noop if there's no active lease.
       */
  -   void terminateLease(String sessionID);
  +   void terminateLease(String sessionID, int disconnectTimeout);
   
      /**
       * @return the lease period (in ms) if the client has an active leasing mechanism with the server
  
  
  



More information about the jboss-cvs-commits mailing list