[hornetq-commits] JBoss hornetq SVN: r10826 - branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/remoting/impl/invm.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Jun 16 21:50:04 EDT 2011


Author: clebert.suconic at jboss.com
Date: 2011-06-16 21:50:04 -0400 (Thu, 16 Jun 2011)
New Revision: 10826

Modified:
   branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/remoting/impl/invm/InVMConnection.java
Log:
debug & tracing

Modified: branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/remoting/impl/invm/InVMConnection.java
===================================================================
--- branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/remoting/impl/invm/InVMConnection.java	2011-06-17 01:49:48 UTC (rev 10825)
+++ branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/remoting/impl/invm/InVMConnection.java	2011-06-17 01:50:04 UTC (rev 10826)
@@ -169,4 +169,15 @@
    public void removeReadyListener(ReadyListener listener)
    {
    }
+
+   /* (non-Javadoc)
+    * @see java.lang.Object#toString()
+    */
+   @Override
+   public String toString()
+   {
+      return "InVMConnection [serverID=" + serverID + ", id=" + id + "]";
+   }
+   
+   
 }



More information about the hornetq-commits mailing list