Author: clebert.suconic(a)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@jboss.com">Tim Fox</a>
*
*/
Show replies by date