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