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