/[Apache-SVN]/incubator/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/command/KeepAliveInfo.java
ViewVC logotype

Diff of /incubator/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/command/KeepAliveInfo.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- incubator/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/command/KeepAliveInfo.java	2006/03/30 18:05:24	390199
+++ incubator/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/command/KeepAliveInfo.java	2006/03/30 18:06:06	390200
@@ -23,7 +23,7 @@ import org.apache.activemq.util.Introspe
  * @openwire:marshaller code="10"
  * @version $Revision$
  */
-public class KeepAliveInfo implements Command {
+public class KeepAliveInfo extends BaseCommand {
 
     public static final byte DATA_STRUCTURE_TYPE=CommandTypes.KEEP_ALIVE_INFO;
 
@@ -34,20 +34,6 @@ public class KeepAliveInfo implements Co
         return DATA_STRUCTURE_TYPE;
     }
 
-    public void setCommandId(int value) {
-    }
-
-    public int getCommandId() {
-        return 0;
-    }
-
-    public void setResponseRequired(boolean responseRequired) {
-    }
-
-    public boolean isResponseRequired() {
-        return false;
-    }
-
     public boolean isResponse() {
         return false;
     }

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26