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