Search in sources :

Example 1 with IntegerResponse

use of org.apache.activemq.command.IntegerResponse in project activemq-artemis by apache.

the class IntegerResponseTest method createObject.

@Override
public Object createObject() throws Exception {
    IntegerResponse info = new IntegerResponse();
    populateObject(info);
    return info;
}
Also used : IntegerResponse(org.apache.activemq.command.IntegerResponse)

Example 2 with IntegerResponse

use of org.apache.activemq.command.IntegerResponse in project activemq-artemis by apache.

the class IntegerResponseTest method populateObject.

@Override
protected void populateObject(Object object) throws Exception {
    super.populateObject(object);
    IntegerResponse info = (IntegerResponse) object;
    info.setResult(1);
}
Also used : IntegerResponse(org.apache.activemq.command.IntegerResponse)

Example 3 with IntegerResponse

use of org.apache.activemq.command.IntegerResponse in project activemq-artemis by apache.

the class IntegerResponseTest method populateObject.

@Override
protected void populateObject(Object object) throws Exception {
    super.populateObject(object);
    IntegerResponse info = (IntegerResponse) object;
    info.setResult(1);
}
Also used : IntegerResponse(org.apache.activemq.command.IntegerResponse)

Example 4 with IntegerResponse

use of org.apache.activemq.command.IntegerResponse in project activemq-artemis by apache.

the class IntegerResponseTest method populateObject.

@Override
protected void populateObject(Object object) throws Exception {
    super.populateObject(object);
    IntegerResponse info = (IntegerResponse) object;
    info.setResult(1);
}
Also used : IntegerResponse(org.apache.activemq.command.IntegerResponse)

Example 5 with IntegerResponse

use of org.apache.activemq.command.IntegerResponse in project activemq-artemis by apache.

the class IntegerResponseTest method createObject.

@Override
public Object createObject() throws Exception {
    IntegerResponse info = new IntegerResponse();
    populateObject(info);
    return info;
}
Also used : IntegerResponse(org.apache.activemq.command.IntegerResponse)

Aggregations

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