use of org.apache.activemq.command.ControlCommand in project activemq-artemis by apache.
the class ControlCommandTest method createObject.
@Override
public Object createObject() throws Exception {
ControlCommand info = new ControlCommand();
populateObject(info);
return info;
}
use of org.apache.activemq.command.ControlCommand in project activemq-artemis by apache.
the class ControlCommandTest method createObject.
@Override
public Object createObject() throws Exception {
ControlCommand info = new ControlCommand();
populateObject(info);
return info;
}
use of org.apache.activemq.command.ControlCommand in project activemq-artemis by apache.
the class ControlCommandTest method populateObject.
@Override
protected void populateObject(Object object) throws Exception {
super.populateObject(object);
ControlCommand info = (ControlCommand) object;
info.setCommand("Command:1");
}
use of org.apache.activemq.command.ControlCommand in project activemq-artemis by apache.
the class ControlCommandTest method createObject.
@Override
public Object createObject() throws Exception {
ControlCommand info = new ControlCommand();
populateObject(info);
return info;
}
use of org.apache.activemq.command.ControlCommand in project activemq-artemis by apache.
the class ControlCommandTest method populateObject.
@Override
protected void populateObject(Object object) throws Exception {
super.populateObject(object);
ControlCommand info = (ControlCommand) object;
info.setCommand("Command:1");
}
Aggregations