Search in sources :

Example 6 with FlushCommand

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;
}
Also used : FlushCommand(org.apache.activemq.command.FlushCommand)

Example 7 with FlushCommand

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;
}
Also used : FlushCommand(org.apache.activemq.command.FlushCommand)

Example 8 with FlushCommand

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;
}
Also used : FlushCommand(org.apache.activemq.command.FlushCommand)

Example 9 with FlushCommand

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;
}
Also used : FlushCommand(org.apache.activemq.command.FlushCommand)

Example 10 with FlushCommand

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;
}
Also used : FlushCommand(org.apache.activemq.command.FlushCommand)

Aggregations

FlushCommand (org.apache.activemq.command.FlushCommand)18