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

Ron Sigal ron_sigal at yahoo.com
Wed Feb 21 06:03:06 EST 2007


  User: rsigal  
  Date: 07/02/21 06:03:06

  Modified:    src/main/org/jboss/remoting/transport/local  Tag:
                        remoting_2_x LocalClientInvoker.java
  Log:
  JBREM-598, JBREM-657:  Added disconnectTimeout parameter to terminateLease().
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.15.2.5  +2 -2      JBossRemoting/src/main/org/jboss/remoting/transport/local/LocalClientInvoker.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: LocalClientInvoker.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/transport/local/LocalClientInvoker.java,v
  retrieving revision 1.15.2.4
  retrieving revision 1.15.2.5
  diff -u -b -r1.15.2.4 -r1.15.2.5
  --- LocalClientInvoker.java	16 Feb 2007 04:20:09 -0000	1.15.2.4
  +++ LocalClientInvoker.java	21 Feb 2007 11:03:06 -0000	1.15.2.5
  @@ -46,7 +46,7 @@
    * same JVM as the callback server.
    *
    * @author <a href="mailto:telrod at vocalocity.net">Tom Elrod</a>
  - * @version $Revision: 1.15.2.4 $
  + * @version $Revision: 1.15.2.5 $
    */
   public class LocalClientInvoker extends AbstractInvoker implements BidirectionalClientInvoker
   {
  @@ -211,7 +211,7 @@
         // noop since is local
      }
   
  -   public void terminateLease(String sessionId)
  +   public void terminateLease(String sessionId, int disconnectTimeout)
      {
         // noop since is local
      }
  
  
  



More information about the jboss-cvs-commits mailing list