Search in sources :

Example 1 with ShutdownInfo

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;
}
Also used : ShutdownInfo(org.apache.activemq.command.ShutdownInfo)

Example 2 with ShutdownInfo

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;
}
Also used : ShutdownInfo(org.apache.activemq.command.ShutdownInfo)

Example 3 with ShutdownInfo

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;
}
Also used : ShutdownInfo(org.apache.activemq.command.ShutdownInfo)

Example 4 with ShutdownInfo

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;
}
Also used : ShutdownInfo(org.apache.activemq.command.ShutdownInfo)

Example 5 with ShutdownInfo

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;
}
Also used : ShutdownInfo(org.apache.activemq.command.ShutdownInfo)

Aggregations

ShutdownInfo (org.apache.activemq.command.ShutdownInfo)19 IOException (java.io.IOException)1 ConnectionId (org.apache.activemq.command.ConnectionId)1 ConnectionInfo (org.apache.activemq.command.ConnectionInfo)1 MessageAck (org.apache.activemq.command.MessageAck)1 RemoveInfo (org.apache.activemq.command.RemoveInfo)1 ConnectionStateTracker (org.apache.activemq.state.ConnectionStateTracker)1 Test (org.junit.Test)1