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