org.apache.activemq.openwire.commands.TransactionInfo

Here are the examples of the java api class org.apache.activemq.openwire.commands.TransactionInfo taken from open source projects.

1. TransactionInfoMarshaller#looseUnmarshal()

Project: activemq-openwire
File: TransactionInfoMarshaller.java
/**
     * Un-marshal an object instance from the data input stream
     *
     * @param o
     *        the object to un-marshal
     * @param dataIn
     *        the data input stream to build the object from
     * @throws IOException
     */
@Override
public void looseUnmarshal(OpenWireFormat wireFormat, Object o, DataInput dataIn) throws IOException {
    super.looseUnmarshal(wireFormat, o, dataIn);
    TransactionInfo info = (TransactionInfo) o;
    info.setConnectionId((ConnectionId) looseUnmarsalCachedObject(wireFormat, dataIn));
    info.setTransactionId((TransactionId) looseUnmarsalCachedObject(wireFormat, dataIn));
    info.setType(dataIn.readByte());
}

2. TransactionInfoMarshaller#tightUnmarshal()

Project: activemq-openwire
File: TransactionInfoMarshaller.java
/**
     * Un-marshal an object instance from the data input stream
     *
     * @param o
     *        the object to un-marshal
     * @param dataIn
     *        the data input stream to build the object from
     * @throws IOException
     */
@Override
public void tightUnmarshal(OpenWireFormat wireFormat, Object o, DataInput dataIn, BooleanStream bs) throws IOException {
    super.tightUnmarshal(wireFormat, o, dataIn, bs);
    TransactionInfo info = (TransactionInfo) o;
    info.setConnectionId((ConnectionId) tightUnmarsalCachedObject(wireFormat, dataIn, bs));
    info.setTransactionId((TransactionId) tightUnmarsalCachedObject(wireFormat, dataIn, bs));
    info.setType(dataIn.readByte());
}

3. TransactionInfoMarshaller#looseUnmarshal()

Project: activemq-openwire
File: TransactionInfoMarshaller.java
/**
     * Un-marshal an object instance from the data input stream
     *
     * @param o
     *        the object to un-marshal
     * @param dataIn
     *        the data input stream to build the object from
     * @throws IOException
     */
@Override
public void looseUnmarshal(OpenWireFormat wireFormat, Object o, DataInput dataIn) throws IOException {
    super.looseUnmarshal(wireFormat, o, dataIn);
    TransactionInfo info = (TransactionInfo) o;
    info.setConnectionId((ConnectionId) looseUnmarsalCachedObject(wireFormat, dataIn));
    info.setTransactionId((TransactionId) looseUnmarsalCachedObject(wireFormat, dataIn));
    info.setType(dataIn.readByte());
}

4. TransactionInfoMarshaller#tightUnmarshal()

Project: activemq-openwire
File: TransactionInfoMarshaller.java
/**
     * Un-marshal an object instance from the data input stream
     *
     * @param o
     *        the object to un-marshal
     * @param dataIn
     *        the data input stream to build the object from
     * @throws IOException
     */
@Override
public void tightUnmarshal(OpenWireFormat wireFormat, Object o, DataInput dataIn, BooleanStream bs) throws IOException {
    super.tightUnmarshal(wireFormat, o, dataIn, bs);
    TransactionInfo info = (TransactionInfo) o;
    info.setConnectionId((ConnectionId) tightUnmarsalCachedObject(wireFormat, dataIn, bs));
    info.setTransactionId((TransactionId) tightUnmarsalCachedObject(wireFormat, dataIn, bs));
    info.setType(dataIn.readByte());
}

5. TransactionInfoMarshaller#looseUnmarshal()

Project: activemq-openwire
File: TransactionInfoMarshaller.java
/**
     * Un-marshal an object instance from the data input stream
     *
     * @param o
     *        the object to un-marshal
     * @param dataIn
     *        the data input stream to build the object from
     * @throws IOException
     */
@Override
public void looseUnmarshal(OpenWireFormat wireFormat, Object o, DataInput dataIn) throws IOException {
    super.looseUnmarshal(wireFormat, o, dataIn);
    TransactionInfo info = (TransactionInfo) o;
    info.setConnectionId((ConnectionId) looseUnmarsalCachedObject(wireFormat, dataIn));
    info.setTransactionId((TransactionId) looseUnmarsalCachedObject(wireFormat, dataIn));
    info.setType(dataIn.readByte());
}

6. TransactionInfoMarshaller#tightUnmarshal()

Project: activemq-openwire
File: TransactionInfoMarshaller.java
/**
     * Un-marshal an object instance from the data input stream
     *
     * @param o
     *        the object to un-marshal
     * @param dataIn
     *        the data input stream to build the object from
     * @throws IOException
     */
@Override
public void tightUnmarshal(OpenWireFormat wireFormat, Object o, DataInput dataIn, BooleanStream bs) throws IOException {
    super.tightUnmarshal(wireFormat, o, dataIn, bs);
    TransactionInfo info = (TransactionInfo) o;
    info.setConnectionId((ConnectionId) tightUnmarsalCachedObject(wireFormat, dataIn, bs));
    info.setTransactionId((TransactionId) tightUnmarsalCachedObject(wireFormat, dataIn, bs));
    info.setType(dataIn.readByte());
}

7. TransactionInfoMarshaller#looseUnmarshal()

Project: activemq-openwire
File: TransactionInfoMarshaller.java
/**
     * Un-marshal an object instance from the data input stream
     *
     * @param o
     *        the object to un-marshal
     * @param dataIn
     *        the data input stream to build the object from
     * @throws IOException
     */
@Override
public void looseUnmarshal(OpenWireFormat wireFormat, Object o, DataInput dataIn) throws IOException {
    super.looseUnmarshal(wireFormat, o, dataIn);
    TransactionInfo info = (TransactionInfo) o;
    info.setConnectionId((ConnectionId) looseUnmarsalCachedObject(wireFormat, dataIn));
    info.setTransactionId((TransactionId) looseUnmarsalCachedObject(wireFormat, dataIn));
    info.setType(dataIn.readByte());
}

8. TransactionInfoMarshaller#tightUnmarshal()

Project: activemq-openwire
File: TransactionInfoMarshaller.java
/**
     * Un-marshal an object instance from the data input stream
     *
     * @param o
     *        the object to un-marshal
     * @param dataIn
     *        the data input stream to build the object from
     * @throws IOException
     */
@Override
public void tightUnmarshal(OpenWireFormat wireFormat, Object o, DataInput dataIn, BooleanStream bs) throws IOException {
    super.tightUnmarshal(wireFormat, o, dataIn, bs);
    TransactionInfo info = (TransactionInfo) o;
    info.setConnectionId((ConnectionId) tightUnmarsalCachedObject(wireFormat, dataIn, bs));
    info.setTransactionId((TransactionId) tightUnmarsalCachedObject(wireFormat, dataIn, bs));
    info.setType(dataIn.readByte());
}

9. TransactionInfoMarshaller#looseUnmarshal()

Project: activemq-openwire
File: TransactionInfoMarshaller.java
/**
     * Un-marshal an object instance from the data input stream
     *
     * @param o
     *        the object to un-marshal
     * @param dataIn
     *        the data input stream to build the object from
     * @throws IOException
     */
@Override
public void looseUnmarshal(OpenWireFormat wireFormat, Object o, DataInput dataIn) throws IOException {
    super.looseUnmarshal(wireFormat, o, dataIn);
    TransactionInfo info = (TransactionInfo) o;
    info.setConnectionId((ConnectionId) looseUnmarsalCachedObject(wireFormat, dataIn));
    info.setTransactionId((TransactionId) looseUnmarsalCachedObject(wireFormat, dataIn));
    info.setType(dataIn.readByte());
}

10. TransactionInfoMarshaller#tightUnmarshal()

Project: activemq-openwire
File: TransactionInfoMarshaller.java
/**
     * Un-marshal an object instance from the data input stream
     *
     * @param o
     *        the object to un-marshal
     * @param dataIn
     *        the data input stream to build the object from
     * @throws IOException
     */
@Override
public void tightUnmarshal(OpenWireFormat wireFormat, Object o, DataInput dataIn, BooleanStream bs) throws IOException {
    super.tightUnmarshal(wireFormat, o, dataIn, bs);
    TransactionInfo info = (TransactionInfo) o;
    info.setConnectionId((ConnectionId) tightUnmarsalCachedObject(wireFormat, dataIn, bs));
    info.setTransactionId((TransactionId) tightUnmarsalCachedObject(wireFormat, dataIn, bs));
    info.setType(dataIn.readByte());
}

11. TransactionInfoMarshaller#looseUnmarshal()

Project: activemq-openwire
File: TransactionInfoMarshaller.java
/**
     * Un-marshal an object instance from the data input stream
     *
     * @param o
     *        the object to un-marshal
     * @param dataIn
     *        the data input stream to build the object from
     * @throws IOException
     */
@Override
public void looseUnmarshal(OpenWireFormat wireFormat, Object o, DataInput dataIn) throws IOException {
    super.looseUnmarshal(wireFormat, o, dataIn);
    TransactionInfo info = (TransactionInfo) o;
    info.setConnectionId((ConnectionId) looseUnmarsalCachedObject(wireFormat, dataIn));
    info.setTransactionId((TransactionId) looseUnmarsalCachedObject(wireFormat, dataIn));
    info.setType(dataIn.readByte());
}

12. TransactionInfoMarshaller#tightUnmarshal()

Project: activemq-openwire
File: TransactionInfoMarshaller.java
/**
     * Un-marshal an object instance from the data input stream
     *
     * @param o
     *        the object to un-marshal
     * @param dataIn
     *        the data input stream to build the object from
     * @throws IOException
     */
@Override
public void tightUnmarshal(OpenWireFormat wireFormat, Object o, DataInput dataIn, BooleanStream bs) throws IOException {
    super.tightUnmarshal(wireFormat, o, dataIn, bs);
    TransactionInfo info = (TransactionInfo) o;
    info.setConnectionId((ConnectionId) tightUnmarsalCachedObject(wireFormat, dataIn, bs));
    info.setTransactionId((TransactionId) tightUnmarsalCachedObject(wireFormat, dataIn, bs));
    info.setType(dataIn.readByte());
}

13. TransactionInfoMarshaller#looseUnmarshal()

Project: activemq-openwire
File: TransactionInfoMarshaller.java
/**
     * Un-marshal an object instance from the data input stream
     *
     * @param o
     *        the object to un-marshal
     * @param dataIn
     *        the data input stream to build the object from
     * @throws IOException
     */
@Override
public void looseUnmarshal(OpenWireFormat wireFormat, Object o, DataInput dataIn) throws IOException {
    super.looseUnmarshal(wireFormat, o, dataIn);
    TransactionInfo info = (TransactionInfo) o;
    info.setConnectionId((ConnectionId) looseUnmarsalCachedObject(wireFormat, dataIn));
    info.setTransactionId((TransactionId) looseUnmarsalCachedObject(wireFormat, dataIn));
    info.setType(dataIn.readByte());
}

14. TransactionInfoMarshaller#tightUnmarshal()

Project: activemq-openwire
File: TransactionInfoMarshaller.java
/**
     * Un-marshal an object instance from the data input stream
     *
     * @param o
     *        the object to un-marshal
     * @param dataIn
     *        the data input stream to build the object from
     * @throws IOException
     */
@Override
public void tightUnmarshal(OpenWireFormat wireFormat, Object o, DataInput dataIn, BooleanStream bs) throws IOException {
    super.tightUnmarshal(wireFormat, o, dataIn, bs);
    TransactionInfo info = (TransactionInfo) o;
    info.setConnectionId((ConnectionId) tightUnmarsalCachedObject(wireFormat, dataIn, bs));
    info.setTransactionId((TransactionId) tightUnmarsalCachedObject(wireFormat, dataIn, bs));
    info.setType(dataIn.readByte());
}

15. TransactionInfoMarshaller#looseUnmarshal()

Project: activemq-openwire
File: TransactionInfoMarshaller.java
/**
     * Un-marshal an object instance from the data input stream
     *
     * @param o
     *        the object to un-marshal
     * @param dataIn
     *        the data input stream to build the object from
     * @throws IOException
     */
@Override
public void looseUnmarshal(OpenWireFormat wireFormat, Object o, DataInput dataIn) throws IOException {
    super.looseUnmarshal(wireFormat, o, dataIn);
    TransactionInfo info = (TransactionInfo) o;
    info.setConnectionId((ConnectionId) looseUnmarsalCachedObject(wireFormat, dataIn));
    info.setTransactionId((TransactionId) looseUnmarsalCachedObject(wireFormat, dataIn));
    info.setType(dataIn.readByte());
}

16. TransactionInfoMarshaller#tightUnmarshal()

Project: activemq-openwire
File: TransactionInfoMarshaller.java
/**
     * Un-marshal an object instance from the data input stream
     *
     * @param o
     *        the object to un-marshal
     * @param dataIn
     *        the data input stream to build the object from
     * @throws IOException
     */
@Override
public void tightUnmarshal(OpenWireFormat wireFormat, Object o, DataInput dataIn, BooleanStream bs) throws IOException {
    super.tightUnmarshal(wireFormat, o, dataIn, bs);
    TransactionInfo info = (TransactionInfo) o;
    info.setConnectionId((ConnectionId) tightUnmarsalCachedObject(wireFormat, dataIn, bs));
    info.setTransactionId((TransactionId) tightUnmarsalCachedObject(wireFormat, dataIn, bs));
    info.setType(dataIn.readByte());
}

17. TransactionInfoMarshaller#looseUnmarshal()

Project: activemq-openwire
File: TransactionInfoMarshaller.java
/**
     * Un-marshal an object instance from the data input stream
     *
     * @param o
     *        the object to un-marshal
     * @param dataIn
     *        the data input stream to build the object from
     * @throws IOException
     */
@Override
public void looseUnmarshal(OpenWireFormat wireFormat, Object o, DataInput dataIn) throws IOException {
    super.looseUnmarshal(wireFormat, o, dataIn);
    TransactionInfo info = (TransactionInfo) o;
    info.setConnectionId((ConnectionId) looseUnmarsalCachedObject(wireFormat, dataIn));
    info.setTransactionId((TransactionId) looseUnmarsalCachedObject(wireFormat, dataIn));
    info.setType(dataIn.readByte());
}

18. TransactionInfoMarshaller#tightUnmarshal()

Project: activemq-openwire
File: TransactionInfoMarshaller.java
/**
     * Un-marshal an object instance from the data input stream
     *
     * @param o
     *        the object to un-marshal
     * @param dataIn
     *        the data input stream to build the object from
     * @throws IOException
     */
@Override
public void tightUnmarshal(OpenWireFormat wireFormat, Object o, DataInput dataIn, BooleanStream bs) throws IOException {
    super.tightUnmarshal(wireFormat, o, dataIn, bs);
    TransactionInfo info = (TransactionInfo) o;
    info.setConnectionId((ConnectionId) tightUnmarsalCachedObject(wireFormat, dataIn, bs));
    info.setTransactionId((TransactionId) tightUnmarsalCachedObject(wireFormat, dataIn, bs));
    info.setType(dataIn.readByte());
}

19. TransactionInfoMarshaller#looseUnmarshal()

Project: activemq-openwire
File: TransactionInfoMarshaller.java
/**
     * Un-marshal an object instance from the data input stream
     *
     * @param o
     *        the object to un-marshal
     * @param dataIn
     *        the data input stream to build the object from
     * @throws IOException
     */
@Override
public void looseUnmarshal(OpenWireFormat wireFormat, Object o, DataInput dataIn) throws IOException {
    super.looseUnmarshal(wireFormat, o, dataIn);
    TransactionInfo info = (TransactionInfo) o;
    info.setConnectionId((ConnectionId) looseUnmarsalCachedObject(wireFormat, dataIn));
    info.setTransactionId((TransactionId) looseUnmarsalCachedObject(wireFormat, dataIn));
    info.setType(dataIn.readByte());
}

20. TransactionInfoMarshaller#tightUnmarshal()

Project: activemq-openwire
File: TransactionInfoMarshaller.java
/**
     * Un-marshal an object instance from the data input stream
     *
     * @param o
     *        the object to un-marshal
     * @param dataIn
     *        the data input stream to build the object from
     * @throws IOException
     */
@Override
public void tightUnmarshal(OpenWireFormat wireFormat, Object o, DataInput dataIn, BooleanStream bs) throws IOException {
    super.tightUnmarshal(wireFormat, o, dataIn, bs);
    TransactionInfo info = (TransactionInfo) o;
    info.setConnectionId((ConnectionId) tightUnmarsalCachedObject(wireFormat, dataIn, bs));
    info.setTransactionId((TransactionId) tightUnmarsalCachedObject(wireFormat, dataIn, bs));
    info.setType(dataIn.readByte());
}

21. TransactionInfoMarshaller#looseUnmarshal()

Project: activemq-openwire
File: TransactionInfoMarshaller.java
/**
     * Un-marshal an object instance from the data input stream
     *
     * @param o
     *        the object to un-marshal
     * @param dataIn
     *        the data input stream to build the object from
     * @throws IOException
     */
@Override
public void looseUnmarshal(OpenWireFormat wireFormat, Object o, DataInput dataIn) throws IOException {
    super.looseUnmarshal(wireFormat, o, dataIn);
    TransactionInfo info = (TransactionInfo) o;
    info.setConnectionId((ConnectionId) looseUnmarsalCachedObject(wireFormat, dataIn));
    info.setTransactionId((TransactionId) looseUnmarsalCachedObject(wireFormat, dataIn));
    info.setType(dataIn.readByte());
}

22. TransactionInfoMarshaller#tightUnmarshal()

Project: activemq-openwire
File: TransactionInfoMarshaller.java
/**
     * Un-marshal an object instance from the data input stream
     *
     * @param o
     *        the object to un-marshal
     * @param dataIn
     *        the data input stream to build the object from
     * @throws IOException
     */
@Override
public void tightUnmarshal(OpenWireFormat wireFormat, Object o, DataInput dataIn, BooleanStream bs) throws IOException {
    super.tightUnmarshal(wireFormat, o, dataIn, bs);
    TransactionInfo info = (TransactionInfo) o;
    info.setConnectionId((ConnectionId) tightUnmarsalCachedObject(wireFormat, dataIn, bs));
    info.setTransactionId((TransactionId) tightUnmarsalCachedObject(wireFormat, dataIn, bs));
    info.setType(dataIn.readByte());
}

23. TransactionInfoMarshaller#looseMarshal()

Project: activemq-openwire
File: TransactionInfoMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public void looseMarshal(OpenWireFormat wireFormat, Object o, DataOutput dataOut) throws IOException {
    TransactionInfo info = (TransactionInfo) o;
    super.looseMarshal(wireFormat, o, dataOut);
    looseMarshalCachedObject(wireFormat, info.getConnectionId(), dataOut);
    looseMarshalCachedObject(wireFormat, info.getTransactionId(), dataOut);
    dataOut.writeByte(info.getType());
}

24. TransactionInfoMarshaller#tightMarshal2()

Project: activemq-openwire
File: TransactionInfoMarshaller.java
/**
     * Write a object instance to data output stream
     *
     * @param o
     *        the instance to be marshaled
     * @param dataOut
     *        the output stream
     * @throws IOException
     *         thrown if an error occurs
     */
@Override
public void tightMarshal2(OpenWireFormat wireFormat, Object o, DataOutput dataOut, BooleanStream bs) throws IOException {
    super.tightMarshal2(wireFormat, o, dataOut, bs);
    TransactionInfo info = (TransactionInfo) o;
    tightMarshalCachedObject2(wireFormat, info.getConnectionId(), dataOut, bs);
    tightMarshalCachedObject2(wireFormat, info.getTransactionId(), dataOut, bs);
    dataOut.writeByte(info.getType());
}

25. TransactionInfoMarshaller#tightMarshal1()

Project: activemq-openwire
File: TransactionInfoMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public int tightMarshal1(OpenWireFormat wireFormat, Object o, BooleanStream bs) throws IOException {
    TransactionInfo info = (TransactionInfo) o;
    int rc = super.tightMarshal1(wireFormat, o, bs);
    rc += tightMarshalCachedObject1(wireFormat, info.getConnectionId(), bs);
    rc += tightMarshalCachedObject1(wireFormat, info.getTransactionId(), bs);
    return rc + 1;
}

26. TransactionInfoMarshaller#looseMarshal()

Project: activemq-openwire
File: TransactionInfoMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public void looseMarshal(OpenWireFormat wireFormat, Object o, DataOutput dataOut) throws IOException {
    TransactionInfo info = (TransactionInfo) o;
    super.looseMarshal(wireFormat, o, dataOut);
    looseMarshalCachedObject(wireFormat, info.getConnectionId(), dataOut);
    looseMarshalCachedObject(wireFormat, info.getTransactionId(), dataOut);
    dataOut.writeByte(info.getType());
}

27. TransactionInfoMarshaller#tightMarshal2()

Project: activemq-openwire
File: TransactionInfoMarshaller.java
/**
     * Write a object instance to data output stream
     *
     * @param o
     *        the instance to be marshaled
     * @param dataOut
     *        the output stream
     * @throws IOException
     *         thrown if an error occurs
     */
@Override
public void tightMarshal2(OpenWireFormat wireFormat, Object o, DataOutput dataOut, BooleanStream bs) throws IOException {
    super.tightMarshal2(wireFormat, o, dataOut, bs);
    TransactionInfo info = (TransactionInfo) o;
    tightMarshalCachedObject2(wireFormat, info.getConnectionId(), dataOut, bs);
    tightMarshalCachedObject2(wireFormat, info.getTransactionId(), dataOut, bs);
    dataOut.writeByte(info.getType());
}

28. TransactionInfoMarshaller#tightMarshal1()

Project: activemq-openwire
File: TransactionInfoMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public int tightMarshal1(OpenWireFormat wireFormat, Object o, BooleanStream bs) throws IOException {
    TransactionInfo info = (TransactionInfo) o;
    int rc = super.tightMarshal1(wireFormat, o, bs);
    rc += tightMarshalCachedObject1(wireFormat, info.getConnectionId(), bs);
    rc += tightMarshalCachedObject1(wireFormat, info.getTransactionId(), bs);
    return rc + 1;
}

29. TransactionInfoMarshaller#looseMarshal()

Project: activemq-openwire
File: TransactionInfoMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public void looseMarshal(OpenWireFormat wireFormat, Object o, DataOutput dataOut) throws IOException {
    TransactionInfo info = (TransactionInfo) o;
    super.looseMarshal(wireFormat, o, dataOut);
    looseMarshalCachedObject(wireFormat, info.getConnectionId(), dataOut);
    looseMarshalCachedObject(wireFormat, info.getTransactionId(), dataOut);
    dataOut.writeByte(info.getType());
}

30. TransactionInfoMarshaller#tightMarshal2()

Project: activemq-openwire
File: TransactionInfoMarshaller.java
/**
     * Write a object instance to data output stream
     *
     * @param o
     *        the instance to be marshaled
     * @param dataOut
     *        the output stream
     * @throws IOException
     *         thrown if an error occurs
     */
@Override
public void tightMarshal2(OpenWireFormat wireFormat, Object o, DataOutput dataOut, BooleanStream bs) throws IOException {
    super.tightMarshal2(wireFormat, o, dataOut, bs);
    TransactionInfo info = (TransactionInfo) o;
    tightMarshalCachedObject2(wireFormat, info.getConnectionId(), dataOut, bs);
    tightMarshalCachedObject2(wireFormat, info.getTransactionId(), dataOut, bs);
    dataOut.writeByte(info.getType());
}

31. TransactionInfoMarshaller#tightMarshal1()

Project: activemq-openwire
File: TransactionInfoMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public int tightMarshal1(OpenWireFormat wireFormat, Object o, BooleanStream bs) throws IOException {
    TransactionInfo info = (TransactionInfo) o;
    int rc = super.tightMarshal1(wireFormat, o, bs);
    rc += tightMarshalCachedObject1(wireFormat, info.getConnectionId(), bs);
    rc += tightMarshalCachedObject1(wireFormat, info.getTransactionId(), bs);
    return rc + 1;
}

32. TransactionInfoMarshaller#looseMarshal()

Project: activemq-openwire
File: TransactionInfoMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public void looseMarshal(OpenWireFormat wireFormat, Object o, DataOutput dataOut) throws IOException {
    TransactionInfo info = (TransactionInfo) o;
    super.looseMarshal(wireFormat, o, dataOut);
    looseMarshalCachedObject(wireFormat, info.getConnectionId(), dataOut);
    looseMarshalCachedObject(wireFormat, info.getTransactionId(), dataOut);
    dataOut.writeByte(info.getType());
}

33. TransactionInfoMarshaller#tightMarshal2()

Project: activemq-openwire
File: TransactionInfoMarshaller.java
/**
     * Write a object instance to data output stream
     *
     * @param o
     *        the instance to be marshaled
     * @param dataOut
     *        the output stream
     * @throws IOException
     *         thrown if an error occurs
     */
@Override
public void tightMarshal2(OpenWireFormat wireFormat, Object o, DataOutput dataOut, BooleanStream bs) throws IOException {
    super.tightMarshal2(wireFormat, o, dataOut, bs);
    TransactionInfo info = (TransactionInfo) o;
    tightMarshalCachedObject2(wireFormat, info.getConnectionId(), dataOut, bs);
    tightMarshalCachedObject2(wireFormat, info.getTransactionId(), dataOut, bs);
    dataOut.writeByte(info.getType());
}

34. TransactionInfoMarshaller#tightMarshal1()

Project: activemq-openwire
File: TransactionInfoMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public int tightMarshal1(OpenWireFormat wireFormat, Object o, BooleanStream bs) throws IOException {
    TransactionInfo info = (TransactionInfo) o;
    int rc = super.tightMarshal1(wireFormat, o, bs);
    rc += tightMarshalCachedObject1(wireFormat, info.getConnectionId(), bs);
    rc += tightMarshalCachedObject1(wireFormat, info.getTransactionId(), bs);
    return rc + 1;
}

35. TransactionInfoMarshaller#looseMarshal()

Project: activemq-openwire
File: TransactionInfoMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public void looseMarshal(OpenWireFormat wireFormat, Object o, DataOutput dataOut) throws IOException {
    TransactionInfo info = (TransactionInfo) o;
    super.looseMarshal(wireFormat, o, dataOut);
    looseMarshalCachedObject(wireFormat, info.getConnectionId(), dataOut);
    looseMarshalCachedObject(wireFormat, info.getTransactionId(), dataOut);
    dataOut.writeByte(info.getType());
}

36. TransactionInfoMarshaller#tightMarshal2()

Project: activemq-openwire
File: TransactionInfoMarshaller.java
/**
     * Write a object instance to data output stream
     *
     * @param o
     *        the instance to be marshaled
     * @param dataOut
     *        the output stream
     * @throws IOException
     *         thrown if an error occurs
     */
@Override
public void tightMarshal2(OpenWireFormat wireFormat, Object o, DataOutput dataOut, BooleanStream bs) throws IOException {
    super.tightMarshal2(wireFormat, o, dataOut, bs);
    TransactionInfo info = (TransactionInfo) o;
    tightMarshalCachedObject2(wireFormat, info.getConnectionId(), dataOut, bs);
    tightMarshalCachedObject2(wireFormat, info.getTransactionId(), dataOut, bs);
    dataOut.writeByte(info.getType());
}

37. TransactionInfoMarshaller#tightMarshal1()

Project: activemq-openwire
File: TransactionInfoMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public int tightMarshal1(OpenWireFormat wireFormat, Object o, BooleanStream bs) throws IOException {
    TransactionInfo info = (TransactionInfo) o;
    int rc = super.tightMarshal1(wireFormat, o, bs);
    rc += tightMarshalCachedObject1(wireFormat, info.getConnectionId(), bs);
    rc += tightMarshalCachedObject1(wireFormat, info.getTransactionId(), bs);
    return rc + 1;
}

38. TransactionInfoMarshaller#looseMarshal()

Project: activemq-openwire
File: TransactionInfoMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public void looseMarshal(OpenWireFormat wireFormat, Object o, DataOutput dataOut) throws IOException {
    TransactionInfo info = (TransactionInfo) o;
    super.looseMarshal(wireFormat, o, dataOut);
    looseMarshalCachedObject(wireFormat, info.getConnectionId(), dataOut);
    looseMarshalCachedObject(wireFormat, info.getTransactionId(), dataOut);
    dataOut.writeByte(info.getType());
}

39. TransactionInfoMarshaller#tightMarshal2()

Project: activemq-openwire
File: TransactionInfoMarshaller.java
/**
     * Write a object instance to data output stream
     *
     * @param o
     *        the instance to be marshaled
     * @param dataOut
     *        the output stream
     * @throws IOException
     *         thrown if an error occurs
     */
@Override
public void tightMarshal2(OpenWireFormat wireFormat, Object o, DataOutput dataOut, BooleanStream bs) throws IOException {
    super.tightMarshal2(wireFormat, o, dataOut, bs);
    TransactionInfo info = (TransactionInfo) o;
    tightMarshalCachedObject2(wireFormat, info.getConnectionId(), dataOut, bs);
    tightMarshalCachedObject2(wireFormat, info.getTransactionId(), dataOut, bs);
    dataOut.writeByte(info.getType());
}

40. TransactionInfoMarshaller#tightMarshal1()

Project: activemq-openwire
File: TransactionInfoMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public int tightMarshal1(OpenWireFormat wireFormat, Object o, BooleanStream bs) throws IOException {
    TransactionInfo info = (TransactionInfo) o;
    int rc = super.tightMarshal1(wireFormat, o, bs);
    rc += tightMarshalCachedObject1(wireFormat, info.getConnectionId(), bs);
    rc += tightMarshalCachedObject1(wireFormat, info.getTransactionId(), bs);
    return rc + 1;
}

41. TransactionInfoMarshaller#looseMarshal()

Project: activemq-openwire
File: TransactionInfoMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public void looseMarshal(OpenWireFormat wireFormat, Object o, DataOutput dataOut) throws IOException {
    TransactionInfo info = (TransactionInfo) o;
    super.looseMarshal(wireFormat, o, dataOut);
    looseMarshalCachedObject(wireFormat, info.getConnectionId(), dataOut);
    looseMarshalCachedObject(wireFormat, info.getTransactionId(), dataOut);
    dataOut.writeByte(info.getType());
}

42. TransactionInfoMarshaller#tightMarshal2()

Project: activemq-openwire
File: TransactionInfoMarshaller.java
/**
     * Write a object instance to data output stream
     *
     * @param o
     *        the instance to be marshaled
     * @param dataOut
     *        the output stream
     * @throws IOException
     *         thrown if an error occurs
     */
@Override
public void tightMarshal2(OpenWireFormat wireFormat, Object o, DataOutput dataOut, BooleanStream bs) throws IOException {
    super.tightMarshal2(wireFormat, o, dataOut, bs);
    TransactionInfo info = (TransactionInfo) o;
    tightMarshalCachedObject2(wireFormat, info.getConnectionId(), dataOut, bs);
    tightMarshalCachedObject2(wireFormat, info.getTransactionId(), dataOut, bs);
    dataOut.writeByte(info.getType());
}

43. TransactionInfoMarshaller#tightMarshal1()

Project: activemq-openwire
File: TransactionInfoMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public int tightMarshal1(OpenWireFormat wireFormat, Object o, BooleanStream bs) throws IOException {
    TransactionInfo info = (TransactionInfo) o;
    int rc = super.tightMarshal1(wireFormat, o, bs);
    rc += tightMarshalCachedObject1(wireFormat, info.getConnectionId(), bs);
    rc += tightMarshalCachedObject1(wireFormat, info.getTransactionId(), bs);
    return rc + 1;
}

44. TransactionInfoMarshaller#looseMarshal()

Project: activemq-openwire
File: TransactionInfoMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public void looseMarshal(OpenWireFormat wireFormat, Object o, DataOutput dataOut) throws IOException {
    TransactionInfo info = (TransactionInfo) o;
    super.looseMarshal(wireFormat, o, dataOut);
    looseMarshalCachedObject(wireFormat, info.getConnectionId(), dataOut);
    looseMarshalCachedObject(wireFormat, info.getTransactionId(), dataOut);
    dataOut.writeByte(info.getType());
}

45. TransactionInfoMarshaller#tightMarshal2()

Project: activemq-openwire
File: TransactionInfoMarshaller.java
/**
     * Write a object instance to data output stream
     *
     * @param o
     *        the instance to be marshaled
     * @param dataOut
     *        the output stream
     * @throws IOException
     *         thrown if an error occurs
     */
@Override
public void tightMarshal2(OpenWireFormat wireFormat, Object o, DataOutput dataOut, BooleanStream bs) throws IOException {
    super.tightMarshal2(wireFormat, o, dataOut, bs);
    TransactionInfo info = (TransactionInfo) o;
    tightMarshalCachedObject2(wireFormat, info.getConnectionId(), dataOut, bs);
    tightMarshalCachedObject2(wireFormat, info.getTransactionId(), dataOut, bs);
    dataOut.writeByte(info.getType());
}

46. TransactionInfoMarshaller#tightMarshal1()

Project: activemq-openwire
File: TransactionInfoMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public int tightMarshal1(OpenWireFormat wireFormat, Object o, BooleanStream bs) throws IOException {
    TransactionInfo info = (TransactionInfo) o;
    int rc = super.tightMarshal1(wireFormat, o, bs);
    rc += tightMarshalCachedObject1(wireFormat, info.getConnectionId(), bs);
    rc += tightMarshalCachedObject1(wireFormat, info.getTransactionId(), bs);
    return rc + 1;
}

47. TransactionInfoMarshaller#looseMarshal()

Project: activemq-openwire
File: TransactionInfoMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public void looseMarshal(OpenWireFormat wireFormat, Object o, DataOutput dataOut) throws IOException {
    TransactionInfo info = (TransactionInfo) o;
    super.looseMarshal(wireFormat, o, dataOut);
    looseMarshalCachedObject(wireFormat, info.getConnectionId(), dataOut);
    looseMarshalCachedObject(wireFormat, info.getTransactionId(), dataOut);
    dataOut.writeByte(info.getType());
}

48. TransactionInfoMarshaller#tightMarshal2()

Project: activemq-openwire
File: TransactionInfoMarshaller.java
/**
     * Write a object instance to data output stream
     *
     * @param o
     *        the instance to be marshaled
     * @param dataOut
     *        the output stream
     * @throws IOException
     *         thrown if an error occurs
     */
@Override
public void tightMarshal2(OpenWireFormat wireFormat, Object o, DataOutput dataOut, BooleanStream bs) throws IOException {
    super.tightMarshal2(wireFormat, o, dataOut, bs);
    TransactionInfo info = (TransactionInfo) o;
    tightMarshalCachedObject2(wireFormat, info.getConnectionId(), dataOut, bs);
    tightMarshalCachedObject2(wireFormat, info.getTransactionId(), dataOut, bs);
    dataOut.writeByte(info.getType());
}

49. TransactionInfoMarshaller#tightMarshal1()

Project: activemq-openwire
File: TransactionInfoMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public int tightMarshal1(OpenWireFormat wireFormat, Object o, BooleanStream bs) throws IOException {
    TransactionInfo info = (TransactionInfo) o;
    int rc = super.tightMarshal1(wireFormat, o, bs);
    rc += tightMarshalCachedObject1(wireFormat, info.getConnectionId(), bs);
    rc += tightMarshalCachedObject1(wireFormat, info.getTransactionId(), bs);
    return rc + 1;
}

50. TransactionInfoMarshaller#looseMarshal()

Project: activemq-openwire
File: TransactionInfoMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public void looseMarshal(OpenWireFormat wireFormat, Object o, DataOutput dataOut) throws IOException {
    TransactionInfo info = (TransactionInfo) o;
    super.looseMarshal(wireFormat, o, dataOut);
    looseMarshalCachedObject(wireFormat, info.getConnectionId(), dataOut);
    looseMarshalCachedObject(wireFormat, info.getTransactionId(), dataOut);
    dataOut.writeByte(info.getType());
}

51. TransactionInfoMarshaller#tightMarshal2()

Project: activemq-openwire
File: TransactionInfoMarshaller.java
/**
     * Write a object instance to data output stream
     *
     * @param o
     *        the instance to be marshaled
     * @param dataOut
     *        the output stream
     * @throws IOException
     *         thrown if an error occurs
     */
@Override
public void tightMarshal2(OpenWireFormat wireFormat, Object o, DataOutput dataOut, BooleanStream bs) throws IOException {
    super.tightMarshal2(wireFormat, o, dataOut, bs);
    TransactionInfo info = (TransactionInfo) o;
    tightMarshalCachedObject2(wireFormat, info.getConnectionId(), dataOut, bs);
    tightMarshalCachedObject2(wireFormat, info.getTransactionId(), dataOut, bs);
    dataOut.writeByte(info.getType());
}

52. TransactionInfoMarshaller#tightMarshal1()

Project: activemq-openwire
File: TransactionInfoMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public int tightMarshal1(OpenWireFormat wireFormat, Object o, BooleanStream bs) throws IOException {
    TransactionInfo info = (TransactionInfo) o;
    int rc = super.tightMarshal1(wireFormat, o, bs);
    rc += tightMarshalCachedObject1(wireFormat, info.getConnectionId(), bs);
    rc += tightMarshalCachedObject1(wireFormat, info.getTransactionId(), bs);
    return rc + 1;
}

53. TransactionInfoMarshaller#looseMarshal()

Project: activemq-openwire
File: TransactionInfoMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public void looseMarshal(OpenWireFormat wireFormat, Object o, DataOutput dataOut) throws IOException {
    TransactionInfo info = (TransactionInfo) o;
    super.looseMarshal(wireFormat, o, dataOut);
    looseMarshalCachedObject(wireFormat, info.getConnectionId(), dataOut);
    looseMarshalCachedObject(wireFormat, info.getTransactionId(), dataOut);
    dataOut.writeByte(info.getType());
}

54. TransactionInfoMarshaller#tightMarshal2()

Project: activemq-openwire
File: TransactionInfoMarshaller.java
/**
     * Write a object instance to data output stream
     *
     * @param o
     *        the instance to be marshaled
     * @param dataOut
     *        the output stream
     * @throws IOException
     *         thrown if an error occurs
     */
@Override
public void tightMarshal2(OpenWireFormat wireFormat, Object o, DataOutput dataOut, BooleanStream bs) throws IOException {
    super.tightMarshal2(wireFormat, o, dataOut, bs);
    TransactionInfo info = (TransactionInfo) o;
    tightMarshalCachedObject2(wireFormat, info.getConnectionId(), dataOut, bs);
    tightMarshalCachedObject2(wireFormat, info.getTransactionId(), dataOut, bs);
    dataOut.writeByte(info.getType());
}

55. TransactionInfoMarshaller#tightMarshal1()

Project: activemq-openwire
File: TransactionInfoMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public int tightMarshal1(OpenWireFormat wireFormat, Object o, BooleanStream bs) throws IOException {
    TransactionInfo info = (TransactionInfo) o;
    int rc = super.tightMarshal1(wireFormat, o, bs);
    rc += tightMarshalCachedObject1(wireFormat, info.getConnectionId(), bs);
    rc += tightMarshalCachedObject1(wireFormat, info.getTransactionId(), bs);
    return rc + 1;
}