Author: clebert.suconic(a)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 +
"]";
+ }
+
+
}
Show replies by date