Search in sources :

Example 1 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 2 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 3 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 4 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 5 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)

Aggregations

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