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

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


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

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

Modified: branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/remoting/impl/netty/NettyConnector.java
===================================================================
--- branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/remoting/impl/netty/NettyConnector.java	2011-06-17 01:50:04 UTC (rev 10826)
+++ branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/remoting/impl/netty/NettyConnector.java	2011-06-17 01:50:19 UTC (rev 10827)
@@ -256,6 +256,28 @@
       this.scheduledThreadPool = scheduledThreadPool;
    }
 
+   /* (non-Javadoc)
+    * @see java.lang.Object#toString()
+    */
+   @Override
+   public String toString()
+   {
+      return "NettyConnector [host=" + host +
+             ", port=" +
+             port +
+             ", httpEnabled=" +
+             httpEnabled +
+             ", useServlet=" +
+             useServlet +
+             ", servletPath=" +
+             servletPath +
+             ", sslEnabled=" +
+             sslEnabled +
+             ", useNio=" +
+             useNio +
+             "]";
+   }
+
    public synchronized void start()
    {
       if (channelFactory != null)



More information about the hornetq-commits mailing list