use of org.apache.activemq.command.DiscoveryEvent in project activemq-artemis by apache.
the class DiscoveryEventTest method createObject.
@Override
public Object createObject() throws Exception {
DiscoveryEvent info = new DiscoveryEvent();
populateObject(info);
return info;
}
use of org.apache.activemq.command.DiscoveryEvent in project activemq-artemis by apache.
the class DiscoveryEventTest method populateObject.
@Override
protected void populateObject(Object object) throws Exception {
super.populateObject(object);
DiscoveryEvent info = (DiscoveryEvent) object;
info.setServiceName("ServiceName:1");
info.setBrokerName("BrokerName:2");
}
use of org.apache.activemq.command.DiscoveryEvent in project activemq-artemis by apache.
the class DiscoveryEventTest method createObject.
@Override
public Object createObject() throws Exception {
DiscoveryEvent info = new DiscoveryEvent();
populateObject(info);
return info;
}
use of org.apache.activemq.command.DiscoveryEvent in project activemq-artemis by apache.
the class DiscoveryEventTest method populateObject.
@Override
protected void populateObject(Object object) throws Exception {
super.populateObject(object);
DiscoveryEvent info = (DiscoveryEvent) object;
info.setServiceName("ServiceName:1");
info.setBrokerName("BrokerName:2");
}
use of org.apache.activemq.command.DiscoveryEvent in project activemq-artemis by apache.
the class DiscoveryEventTest method populateObject.
@Override
protected void populateObject(Object object) throws Exception {
super.populateObject(object);
DiscoveryEvent info = (DiscoveryEvent) object;
info.setServiceName("ServiceName:1");
info.setBrokerName("BrokerName:2");
}
Aggregations