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