public class org.apache.activemq.command.ControlCommand extends org.apache.activemq.command.BaseCommand
{
public static final byte DATA_STRUCTURE_TYPE;
private java.lang.String command;
public void <init>()
{
org.apache.activemq.command.ControlCommand v;
v := @this: org.apache.activemq.command.ControlCommand;
specialinvoke v.<org.apache.activemq.command.BaseCommand: void <init>()>();
return;
}
public byte getDataStructureType()
{
org.apache.activemq.command.ControlCommand v;
v := @this: org.apache.activemq.command.ControlCommand;
return 14;
}
public java.lang.String getCommand()
{
org.apache.activemq.command.ControlCommand v;
java.lang.String v;
v := @this: org.apache.activemq.command.ControlCommand;
v = v.<org.apache.activemq.command.ControlCommand: java.lang.String command>;
return v;
}
public void setCommand(java.lang.String)
{
org.apache.activemq.command.ControlCommand v;
java.lang.String v;
v := @this: org.apache.activemq.command.ControlCommand;
v := @parameter: java.lang.String;
v.<org.apache.activemq.command.ControlCommand: java.lang.String command> = v;
return;
}
public org.apache.activemq.command.Response visit(org.apache.activemq.state.CommandVisitor) throws java.lang.Exception
{
org.apache.activemq.command.Response v;
org.apache.activemq.command.ControlCommand v;
org.apache.activemq.state.CommandVisitor v;
v := @this: org.apache.activemq.command.ControlCommand;
v := @parameter: org.apache.activemq.state.CommandVisitor;
v = interfaceinvoke v.<org.apache.activemq.state.CommandVisitor: org.apache.activemq.command.Response processControlCommand(org.apache.activemq.command.ControlCommand)>(v);
return v;
}
}