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

Ovidiu Feodorov ovidiu.feodorov at jboss.com
Mon Feb 26 06:46:27 EST 2007


  User: ovidiu  
  Date: 07/02/26 06:46:27

  Modified:    src/main/org/jboss/remoting  Tag: remoting_2_x Client.java
  Log:
  more precise logging
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.53.2.27 +14 -9     JBossRemoting/src/main/org/jboss/remoting/Client.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Client.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/Client.java,v
  retrieving revision 1.53.2.26
  retrieving revision 1.53.2.27
  diff -u -b -r1.53.2.26 -r1.53.2.27
  --- Client.java	25 Feb 2007 05:28:06 -0000	1.53.2.26
  +++ Client.java	26 Feb 2007 11:46:27 -0000	1.53.2.27
  @@ -64,7 +64,7 @@
    * @author <a href="mailto:telrod at e2technologies.net">Tom Elrod</a>
    * @author <a href="mailto:ovidiu at jboss.org">Ovidiu Feodorov</a>
    *
  - * @version $Revision: 1.53.2.26 $
  + * @version $Revision: 1.53.2.27 $
    */
   public class Client implements Externalizable
   {
  @@ -1383,6 +1383,11 @@
         return invoker.getLeasePeriod(sessionId);
      }
   
  +   public String toString()
  +   {
  +      return "Client[" + System.identityHashCode(this) + "]";
  +   }
  +
      // Package protected ----------------------------------------------------------------------------
   
      // Protected ------------------------------------------------------------------------------------
  
  
  



More information about the jboss-cvs-commits mailing list