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;
}
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);
}
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);
}
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);
}
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;
}
Aggregations