[hornetq-commits] JBoss hornetq SVN: r10477 - branches/Branch_2_2_EAP/src/main/org/hornetq/core/protocol/core/impl/wireformat.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Apr 11 16:52:34 EDT 2011


Author: clebert.suconic at jboss.com
Date: 2011-04-11 16:52:34 -0400 (Mon, 11 Apr 2011)
New Revision: 10477

Modified:
   branches/Branch_2_2_EAP/src/main/org/hornetq/core/protocol/core/impl/wireformat/Ping.java
Log:
just javadoc, no code changes

Modified: branches/Branch_2_2_EAP/src/main/org/hornetq/core/protocol/core/impl/wireformat/Ping.java
===================================================================
--- branches/Branch_2_2_EAP/src/main/org/hornetq/core/protocol/core/impl/wireformat/Ping.java	2011-04-11 17:24:31 UTC (rev 10476)
+++ branches/Branch_2_2_EAP/src/main/org/hornetq/core/protocol/core/impl/wireformat/Ping.java	2011-04-11 20:52:34 UTC (rev 10477)
@@ -14,12 +14,18 @@
 package org.hornetq.core.protocol.core.impl.wireformat;
 
 import org.hornetq.api.core.HornetQBuffer;
+import org.hornetq.core.client.impl.ClientSessionFactoryImpl;
 import org.hornetq.core.protocol.core.impl.PacketImpl;
+import org.hornetq.core.remoting.server.impl.RemotingServiceImpl;
+import org.hornetq.spi.core.protocol.RemotingConnection;
 
 /**
  * 
- * A Ping
+ * Ping is sent on the client side at {@link ClientSessionFactoryImpl}
+ * At the server's side is treated at {@link RemotingServiceImpl}
  * 
+ * @See {@link RemotingConnection#checkDataReceived()}
+ * 
  * @author <a href="mailto:tim.fox at jboss.com">Tim Fox</a>
  *
  */



More information about the hornetq-commits mailing list