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

Ron Sigal ron_sigal at yahoo.com
Sat Jan 20 20:17:00 EST 2007


  User: rsigal  
  Date: 07/01/20 20:17:00

  Modified:    src/main/org/jboss/remoting/transport/local  Tag:
                        remoting_2_x LocalClientInvoker.java
  Log:
  JBREM-657: Added parameter "local" to terminateLease().
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.15.2.2  +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.1
  retrieving revision 1.15.2.2
  diff -u -b -r1.15.2.1 -r1.15.2.2
  --- LocalClientInvoker.java	13 Jan 2007 12:42:35 -0000	1.15.2.1
  +++ LocalClientInvoker.java	21 Jan 2007 01:17:00 -0000	1.15.2.2
  @@ -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.1 $
  + * @version $Revision: 1.15.2.2 $
    */
   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, boolean local)
      {
         // noop since is local
      }
  
  
  



More information about the jboss-cvs-commits mailing list