org.apache.activemq.openwire.commands.ConsumerId

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

1. ConsumerIdMarshaller#looseUnmarshal()

Project: activemq-openwire
File: ConsumerIdMarshaller.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);
    ConsumerId info = (ConsumerId) o;
    info.setConnectionId(looseUnmarshalString(dataIn));
    info.setSessionId(looseUnmarshalLong(wireFormat, dataIn));
    info.setValue(looseUnmarshalLong(wireFormat, dataIn));
}

2. ConsumerIdMarshaller#tightUnmarshal()

Project: activemq-openwire
File: ConsumerIdMarshaller.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);
    ConsumerId info = (ConsumerId) o;
    info.setConnectionId(tightUnmarshalString(dataIn, bs));
    info.setSessionId(tightUnmarshalLong(wireFormat, dataIn, bs));
    info.setValue(tightUnmarshalLong(wireFormat, dataIn, bs));
}

3. ConsumerIdMarshaller#looseUnmarshal()

Project: activemq-openwire
File: ConsumerIdMarshaller.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);
    ConsumerId info = (ConsumerId) o;
    info.setConnectionId(looseUnmarshalString(dataIn));
    info.setSessionId(looseUnmarshalLong(wireFormat, dataIn));
    info.setValue(looseUnmarshalLong(wireFormat, dataIn));
}

4. ConsumerIdMarshaller#tightUnmarshal()

Project: activemq-openwire
File: ConsumerIdMarshaller.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);
    ConsumerId info = (ConsumerId) o;
    info.setConnectionId(tightUnmarshalString(dataIn, bs));
    info.setSessionId(tightUnmarshalLong(wireFormat, dataIn, bs));
    info.setValue(tightUnmarshalLong(wireFormat, dataIn, bs));
}

5. ConsumerIdMarshaller#looseUnmarshal()

Project: activemq-openwire
File: ConsumerIdMarshaller.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);
    ConsumerId info = (ConsumerId) o;
    info.setConnectionId(looseUnmarshalString(dataIn));
    info.setSessionId(looseUnmarshalLong(wireFormat, dataIn));
    info.setValue(looseUnmarshalLong(wireFormat, dataIn));
}

6. ConsumerIdMarshaller#tightUnmarshal()

Project: activemq-openwire
File: ConsumerIdMarshaller.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);
    ConsumerId info = (ConsumerId) o;
    info.setConnectionId(tightUnmarshalString(dataIn, bs));
    info.setSessionId(tightUnmarshalLong(wireFormat, dataIn, bs));
    info.setValue(tightUnmarshalLong(wireFormat, dataIn, bs));
}

7. ConsumerIdMarshaller#looseUnmarshal()

Project: activemq-openwire
File: ConsumerIdMarshaller.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);
    ConsumerId info = (ConsumerId) o;
    info.setConnectionId(looseUnmarshalString(dataIn));
    info.setSessionId(looseUnmarshalLong(wireFormat, dataIn));
    info.setValue(looseUnmarshalLong(wireFormat, dataIn));
}

8. ConsumerIdMarshaller#tightUnmarshal()

Project: activemq-openwire
File: ConsumerIdMarshaller.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);
    ConsumerId info = (ConsumerId) o;
    info.setConnectionId(tightUnmarshalString(dataIn, bs));
    info.setSessionId(tightUnmarshalLong(wireFormat, dataIn, bs));
    info.setValue(tightUnmarshalLong(wireFormat, dataIn, bs));
}

9. ConsumerIdMarshaller#looseUnmarshal()

Project: activemq-openwire
File: ConsumerIdMarshaller.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);
    ConsumerId info = (ConsumerId) o;
    info.setConnectionId(looseUnmarshalString(dataIn));
    info.setSessionId(looseUnmarshalLong(wireFormat, dataIn));
    info.setValue(looseUnmarshalLong(wireFormat, dataIn));
}

10. ConsumerIdMarshaller#tightUnmarshal()

Project: activemq-openwire
File: ConsumerIdMarshaller.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);
    ConsumerId info = (ConsumerId) o;
    info.setConnectionId(tightUnmarshalString(dataIn, bs));
    info.setSessionId(tightUnmarshalLong(wireFormat, dataIn, bs));
    info.setValue(tightUnmarshalLong(wireFormat, dataIn, bs));
}

11. ConsumerIdMarshaller#looseUnmarshal()

Project: activemq-openwire
File: ConsumerIdMarshaller.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);
    ConsumerId info = (ConsumerId) o;
    info.setConnectionId(looseUnmarshalString(dataIn));
    info.setSessionId(looseUnmarshalLong(wireFormat, dataIn));
    info.setValue(looseUnmarshalLong(wireFormat, dataIn));
}

12. ConsumerIdMarshaller#tightUnmarshal()

Project: activemq-openwire
File: ConsumerIdMarshaller.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);
    ConsumerId info = (ConsumerId) o;
    info.setConnectionId(tightUnmarshalString(dataIn, bs));
    info.setSessionId(tightUnmarshalLong(wireFormat, dataIn, bs));
    info.setValue(tightUnmarshalLong(wireFormat, dataIn, bs));
}

13. ConsumerIdMarshaller#looseUnmarshal()

Project: activemq-openwire
File: ConsumerIdMarshaller.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);
    ConsumerId info = (ConsumerId) o;
    info.setConnectionId(looseUnmarshalString(dataIn));
    info.setSessionId(looseUnmarshalLong(wireFormat, dataIn));
    info.setValue(looseUnmarshalLong(wireFormat, dataIn));
}

14. ConsumerIdMarshaller#tightUnmarshal()

Project: activemq-openwire
File: ConsumerIdMarshaller.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);
    ConsumerId info = (ConsumerId) o;
    info.setConnectionId(tightUnmarshalString(dataIn, bs));
    info.setSessionId(tightUnmarshalLong(wireFormat, dataIn, bs));
    info.setValue(tightUnmarshalLong(wireFormat, dataIn, bs));
}

15. ConsumerIdMarshaller#looseUnmarshal()

Project: activemq-openwire
File: ConsumerIdMarshaller.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);
    ConsumerId info = (ConsumerId) o;
    info.setConnectionId(looseUnmarshalString(dataIn));
    info.setSessionId(looseUnmarshalLong(wireFormat, dataIn));
    info.setValue(looseUnmarshalLong(wireFormat, dataIn));
}

16. ConsumerIdMarshaller#tightUnmarshal()

Project: activemq-openwire
File: ConsumerIdMarshaller.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);
    ConsumerId info = (ConsumerId) o;
    info.setConnectionId(tightUnmarshalString(dataIn, bs));
    info.setSessionId(tightUnmarshalLong(wireFormat, dataIn, bs));
    info.setValue(tightUnmarshalLong(wireFormat, dataIn, bs));
}

17. ConsumerIdMarshaller#looseUnmarshal()

Project: activemq-openwire
File: ConsumerIdMarshaller.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);
    ConsumerId info = (ConsumerId) o;
    info.setConnectionId(looseUnmarshalString(dataIn));
    info.setSessionId(looseUnmarshalLong(wireFormat, dataIn));
    info.setValue(looseUnmarshalLong(wireFormat, dataIn));
}

18. ConsumerIdMarshaller#tightUnmarshal()

Project: activemq-openwire
File: ConsumerIdMarshaller.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);
    ConsumerId info = (ConsumerId) o;
    info.setConnectionId(tightUnmarshalString(dataIn, bs));
    info.setSessionId(tightUnmarshalLong(wireFormat, dataIn, bs));
    info.setValue(tightUnmarshalLong(wireFormat, dataIn, bs));
}

19. ConsumerIdMarshaller#looseUnmarshal()

Project: activemq-openwire
File: ConsumerIdMarshaller.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);
    ConsumerId info = (ConsumerId) o;
    info.setConnectionId(looseUnmarshalString(dataIn));
    info.setSessionId(looseUnmarshalLong(wireFormat, dataIn));
    info.setValue(looseUnmarshalLong(wireFormat, dataIn));
}

20. ConsumerIdMarshaller#tightUnmarshal()

Project: activemq-openwire
File: ConsumerIdMarshaller.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);
    ConsumerId info = (ConsumerId) o;
    info.setConnectionId(tightUnmarshalString(dataIn, bs));
    info.setSessionId(tightUnmarshalLong(wireFormat, dataIn, bs));
    info.setValue(tightUnmarshalLong(wireFormat, dataIn, bs));
}

21. ConsumerIdMarshaller#looseUnmarshal()

Project: activemq-openwire
File: ConsumerIdMarshaller.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);
    ConsumerId info = (ConsumerId) o;
    info.setConnectionId(looseUnmarshalString(dataIn));
    info.setSessionId(looseUnmarshalLong(wireFormat, dataIn));
    info.setValue(looseUnmarshalLong(wireFormat, dataIn));
}

22. ConsumerIdMarshaller#tightUnmarshal()

Project: activemq-openwire
File: ConsumerIdMarshaller.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);
    ConsumerId info = (ConsumerId) o;
    info.setConnectionId(tightUnmarshalString(dataIn, bs));
    info.setSessionId(tightUnmarshalLong(wireFormat, dataIn, bs));
    info.setValue(tightUnmarshalLong(wireFormat, dataIn, bs));
}

23. ConsumerIdMarshaller#looseMarshal()

Project: activemq-openwire
File: ConsumerIdMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public void looseMarshal(OpenWireFormat wireFormat, Object o, DataOutput dataOut) throws IOException {
    ConsumerId info = (ConsumerId) o;
    super.looseMarshal(wireFormat, o, dataOut);
    looseMarshalString(info.getConnectionId(), dataOut);
    looseMarshalLong(wireFormat, info.getSessionId(), dataOut);
    looseMarshalLong(wireFormat, info.getValue(), dataOut);
}

24. ConsumerIdMarshaller#tightMarshal2()

Project: activemq-openwire
File: ConsumerIdMarshaller.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);
    ConsumerId info = (ConsumerId) o;
    tightMarshalString2(info.getConnectionId(), dataOut, bs);
    tightMarshalLong2(wireFormat, info.getSessionId(), dataOut, bs);
    tightMarshalLong2(wireFormat, info.getValue(), dataOut, bs);
}

25. ConsumerIdMarshaller#tightMarshal1()

Project: activemq-openwire
File: ConsumerIdMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public int tightMarshal1(OpenWireFormat wireFormat, Object o, BooleanStream bs) throws IOException {
    ConsumerId info = (ConsumerId) o;
    int rc = super.tightMarshal1(wireFormat, o, bs);
    rc += tightMarshalString1(info.getConnectionId(), bs);
    rc += tightMarshalLong1(wireFormat, info.getSessionId(), bs);
    rc += tightMarshalLong1(wireFormat, info.getValue(), bs);
    return rc + 0;
}

26. ConsumerIdMarshaller#looseMarshal()

Project: activemq-openwire
File: ConsumerIdMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public void looseMarshal(OpenWireFormat wireFormat, Object o, DataOutput dataOut) throws IOException {
    ConsumerId info = (ConsumerId) o;
    super.looseMarshal(wireFormat, o, dataOut);
    looseMarshalString(info.getConnectionId(), dataOut);
    looseMarshalLong(wireFormat, info.getSessionId(), dataOut);
    looseMarshalLong(wireFormat, info.getValue(), dataOut);
}

27. ConsumerIdMarshaller#tightMarshal2()

Project: activemq-openwire
File: ConsumerIdMarshaller.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);
    ConsumerId info = (ConsumerId) o;
    tightMarshalString2(info.getConnectionId(), dataOut, bs);
    tightMarshalLong2(wireFormat, info.getSessionId(), dataOut, bs);
    tightMarshalLong2(wireFormat, info.getValue(), dataOut, bs);
}

28. ConsumerIdMarshaller#tightMarshal1()

Project: activemq-openwire
File: ConsumerIdMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public int tightMarshal1(OpenWireFormat wireFormat, Object o, BooleanStream bs) throws IOException {
    ConsumerId info = (ConsumerId) o;
    int rc = super.tightMarshal1(wireFormat, o, bs);
    rc += tightMarshalString1(info.getConnectionId(), bs);
    rc += tightMarshalLong1(wireFormat, info.getSessionId(), bs);
    rc += tightMarshalLong1(wireFormat, info.getValue(), bs);
    return rc + 0;
}

29. ConsumerIdMarshaller#looseMarshal()

Project: activemq-openwire
File: ConsumerIdMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public void looseMarshal(OpenWireFormat wireFormat, Object o, DataOutput dataOut) throws IOException {
    ConsumerId info = (ConsumerId) o;
    super.looseMarshal(wireFormat, o, dataOut);
    looseMarshalString(info.getConnectionId(), dataOut);
    looseMarshalLong(wireFormat, info.getSessionId(), dataOut);
    looseMarshalLong(wireFormat, info.getValue(), dataOut);
}

30. ConsumerIdMarshaller#tightMarshal2()

Project: activemq-openwire
File: ConsumerIdMarshaller.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);
    ConsumerId info = (ConsumerId) o;
    tightMarshalString2(info.getConnectionId(), dataOut, bs);
    tightMarshalLong2(wireFormat, info.getSessionId(), dataOut, bs);
    tightMarshalLong2(wireFormat, info.getValue(), dataOut, bs);
}

31. ConsumerIdMarshaller#tightMarshal1()

Project: activemq-openwire
File: ConsumerIdMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public int tightMarshal1(OpenWireFormat wireFormat, Object o, BooleanStream bs) throws IOException {
    ConsumerId info = (ConsumerId) o;
    int rc = super.tightMarshal1(wireFormat, o, bs);
    rc += tightMarshalString1(info.getConnectionId(), bs);
    rc += tightMarshalLong1(wireFormat, info.getSessionId(), bs);
    rc += tightMarshalLong1(wireFormat, info.getValue(), bs);
    return rc + 0;
}

32. ConsumerIdMarshaller#looseMarshal()

Project: activemq-openwire
File: ConsumerIdMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public void looseMarshal(OpenWireFormat wireFormat, Object o, DataOutput dataOut) throws IOException {
    ConsumerId info = (ConsumerId) o;
    super.looseMarshal(wireFormat, o, dataOut);
    looseMarshalString(info.getConnectionId(), dataOut);
    looseMarshalLong(wireFormat, info.getSessionId(), dataOut);
    looseMarshalLong(wireFormat, info.getValue(), dataOut);
}

33. ConsumerIdMarshaller#tightMarshal2()

Project: activemq-openwire
File: ConsumerIdMarshaller.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);
    ConsumerId info = (ConsumerId) o;
    tightMarshalString2(info.getConnectionId(), dataOut, bs);
    tightMarshalLong2(wireFormat, info.getSessionId(), dataOut, bs);
    tightMarshalLong2(wireFormat, info.getValue(), dataOut, bs);
}

34. ConsumerIdMarshaller#tightMarshal1()

Project: activemq-openwire
File: ConsumerIdMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public int tightMarshal1(OpenWireFormat wireFormat, Object o, BooleanStream bs) throws IOException {
    ConsumerId info = (ConsumerId) o;
    int rc = super.tightMarshal1(wireFormat, o, bs);
    rc += tightMarshalString1(info.getConnectionId(), bs);
    rc += tightMarshalLong1(wireFormat, info.getSessionId(), bs);
    rc += tightMarshalLong1(wireFormat, info.getValue(), bs);
    return rc + 0;
}

35. ConsumerIdMarshaller#looseMarshal()

Project: activemq-openwire
File: ConsumerIdMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public void looseMarshal(OpenWireFormat wireFormat, Object o, DataOutput dataOut) throws IOException {
    ConsumerId info = (ConsumerId) o;
    super.looseMarshal(wireFormat, o, dataOut);
    looseMarshalString(info.getConnectionId(), dataOut);
    looseMarshalLong(wireFormat, info.getSessionId(), dataOut);
    looseMarshalLong(wireFormat, info.getValue(), dataOut);
}

36. ConsumerIdMarshaller#tightMarshal2()

Project: activemq-openwire
File: ConsumerIdMarshaller.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);
    ConsumerId info = (ConsumerId) o;
    tightMarshalString2(info.getConnectionId(), dataOut, bs);
    tightMarshalLong2(wireFormat, info.getSessionId(), dataOut, bs);
    tightMarshalLong2(wireFormat, info.getValue(), dataOut, bs);
}

37. ConsumerIdMarshaller#tightMarshal1()

Project: activemq-openwire
File: ConsumerIdMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public int tightMarshal1(OpenWireFormat wireFormat, Object o, BooleanStream bs) throws IOException {
    ConsumerId info = (ConsumerId) o;
    int rc = super.tightMarshal1(wireFormat, o, bs);
    rc += tightMarshalString1(info.getConnectionId(), bs);
    rc += tightMarshalLong1(wireFormat, info.getSessionId(), bs);
    rc += tightMarshalLong1(wireFormat, info.getValue(), bs);
    return rc + 0;
}

38. ConsumerIdMarshaller#looseMarshal()

Project: activemq-openwire
File: ConsumerIdMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public void looseMarshal(OpenWireFormat wireFormat, Object o, DataOutput dataOut) throws IOException {
    ConsumerId info = (ConsumerId) o;
    super.looseMarshal(wireFormat, o, dataOut);
    looseMarshalString(info.getConnectionId(), dataOut);
    looseMarshalLong(wireFormat, info.getSessionId(), dataOut);
    looseMarshalLong(wireFormat, info.getValue(), dataOut);
}

39. ConsumerIdMarshaller#tightMarshal2()

Project: activemq-openwire
File: ConsumerIdMarshaller.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);
    ConsumerId info = (ConsumerId) o;
    tightMarshalString2(info.getConnectionId(), dataOut, bs);
    tightMarshalLong2(wireFormat, info.getSessionId(), dataOut, bs);
    tightMarshalLong2(wireFormat, info.getValue(), dataOut, bs);
}

40. ConsumerIdMarshaller#tightMarshal1()

Project: activemq-openwire
File: ConsumerIdMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public int tightMarshal1(OpenWireFormat wireFormat, Object o, BooleanStream bs) throws IOException {
    ConsumerId info = (ConsumerId) o;
    int rc = super.tightMarshal1(wireFormat, o, bs);
    rc += tightMarshalString1(info.getConnectionId(), bs);
    rc += tightMarshalLong1(wireFormat, info.getSessionId(), bs);
    rc += tightMarshalLong1(wireFormat, info.getValue(), bs);
    return rc + 0;
}

41. ConsumerIdMarshaller#looseMarshal()

Project: activemq-openwire
File: ConsumerIdMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public void looseMarshal(OpenWireFormat wireFormat, Object o, DataOutput dataOut) throws IOException {
    ConsumerId info = (ConsumerId) o;
    super.looseMarshal(wireFormat, o, dataOut);
    looseMarshalString(info.getConnectionId(), dataOut);
    looseMarshalLong(wireFormat, info.getSessionId(), dataOut);
    looseMarshalLong(wireFormat, info.getValue(), dataOut);
}

42. ConsumerIdMarshaller#tightMarshal2()

Project: activemq-openwire
File: ConsumerIdMarshaller.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);
    ConsumerId info = (ConsumerId) o;
    tightMarshalString2(info.getConnectionId(), dataOut, bs);
    tightMarshalLong2(wireFormat, info.getSessionId(), dataOut, bs);
    tightMarshalLong2(wireFormat, info.getValue(), dataOut, bs);
}

43. ConsumerIdMarshaller#tightMarshal1()

Project: activemq-openwire
File: ConsumerIdMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public int tightMarshal1(OpenWireFormat wireFormat, Object o, BooleanStream bs) throws IOException {
    ConsumerId info = (ConsumerId) o;
    int rc = super.tightMarshal1(wireFormat, o, bs);
    rc += tightMarshalString1(info.getConnectionId(), bs);
    rc += tightMarshalLong1(wireFormat, info.getSessionId(), bs);
    rc += tightMarshalLong1(wireFormat, info.getValue(), bs);
    return rc + 0;
}

44. ConsumerIdMarshaller#looseMarshal()

Project: activemq-openwire
File: ConsumerIdMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public void looseMarshal(OpenWireFormat wireFormat, Object o, DataOutput dataOut) throws IOException {
    ConsumerId info = (ConsumerId) o;
    super.looseMarshal(wireFormat, o, dataOut);
    looseMarshalString(info.getConnectionId(), dataOut);
    looseMarshalLong(wireFormat, info.getSessionId(), dataOut);
    looseMarshalLong(wireFormat, info.getValue(), dataOut);
}

45. ConsumerIdMarshaller#tightMarshal2()

Project: activemq-openwire
File: ConsumerIdMarshaller.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);
    ConsumerId info = (ConsumerId) o;
    tightMarshalString2(info.getConnectionId(), dataOut, bs);
    tightMarshalLong2(wireFormat, info.getSessionId(), dataOut, bs);
    tightMarshalLong2(wireFormat, info.getValue(), dataOut, bs);
}

46. ConsumerIdMarshaller#tightMarshal1()

Project: activemq-openwire
File: ConsumerIdMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public int tightMarshal1(OpenWireFormat wireFormat, Object o, BooleanStream bs) throws IOException {
    ConsumerId info = (ConsumerId) o;
    int rc = super.tightMarshal1(wireFormat, o, bs);
    rc += tightMarshalString1(info.getConnectionId(), bs);
    rc += tightMarshalLong1(wireFormat, info.getSessionId(), bs);
    rc += tightMarshalLong1(wireFormat, info.getValue(), bs);
    return rc + 0;
}

47. ConsumerIdMarshaller#looseMarshal()

Project: activemq-openwire
File: ConsumerIdMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public void looseMarshal(OpenWireFormat wireFormat, Object o, DataOutput dataOut) throws IOException {
    ConsumerId info = (ConsumerId) o;
    super.looseMarshal(wireFormat, o, dataOut);
    looseMarshalString(info.getConnectionId(), dataOut);
    looseMarshalLong(wireFormat, info.getSessionId(), dataOut);
    looseMarshalLong(wireFormat, info.getValue(), dataOut);
}

48. ConsumerIdMarshaller#tightMarshal2()

Project: activemq-openwire
File: ConsumerIdMarshaller.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);
    ConsumerId info = (ConsumerId) o;
    tightMarshalString2(info.getConnectionId(), dataOut, bs);
    tightMarshalLong2(wireFormat, info.getSessionId(), dataOut, bs);
    tightMarshalLong2(wireFormat, info.getValue(), dataOut, bs);
}

49. ConsumerIdMarshaller#tightMarshal1()

Project: activemq-openwire
File: ConsumerIdMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public int tightMarshal1(OpenWireFormat wireFormat, Object o, BooleanStream bs) throws IOException {
    ConsumerId info = (ConsumerId) o;
    int rc = super.tightMarshal1(wireFormat, o, bs);
    rc += tightMarshalString1(info.getConnectionId(), bs);
    rc += tightMarshalLong1(wireFormat, info.getSessionId(), bs);
    rc += tightMarshalLong1(wireFormat, info.getValue(), bs);
    return rc + 0;
}

50. ConsumerIdMarshaller#looseMarshal()

Project: activemq-openwire
File: ConsumerIdMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public void looseMarshal(OpenWireFormat wireFormat, Object o, DataOutput dataOut) throws IOException {
    ConsumerId info = (ConsumerId) o;
    super.looseMarshal(wireFormat, o, dataOut);
    looseMarshalString(info.getConnectionId(), dataOut);
    looseMarshalLong(wireFormat, info.getSessionId(), dataOut);
    looseMarshalLong(wireFormat, info.getValue(), dataOut);
}

51. ConsumerIdMarshaller#tightMarshal2()

Project: activemq-openwire
File: ConsumerIdMarshaller.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);
    ConsumerId info = (ConsumerId) o;
    tightMarshalString2(info.getConnectionId(), dataOut, bs);
    tightMarshalLong2(wireFormat, info.getSessionId(), dataOut, bs);
    tightMarshalLong2(wireFormat, info.getValue(), dataOut, bs);
}

52. ConsumerIdMarshaller#tightMarshal1()

Project: activemq-openwire
File: ConsumerIdMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public int tightMarshal1(OpenWireFormat wireFormat, Object o, BooleanStream bs) throws IOException {
    ConsumerId info = (ConsumerId) o;
    int rc = super.tightMarshal1(wireFormat, o, bs);
    rc += tightMarshalString1(info.getConnectionId(), bs);
    rc += tightMarshalLong1(wireFormat, info.getSessionId(), bs);
    rc += tightMarshalLong1(wireFormat, info.getValue(), bs);
    return rc + 0;
}

53. ConsumerIdMarshaller#looseMarshal()

Project: activemq-openwire
File: ConsumerIdMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public void looseMarshal(OpenWireFormat wireFormat, Object o, DataOutput dataOut) throws IOException {
    ConsumerId info = (ConsumerId) o;
    super.looseMarshal(wireFormat, o, dataOut);
    looseMarshalString(info.getConnectionId(), dataOut);
    looseMarshalLong(wireFormat, info.getSessionId(), dataOut);
    looseMarshalLong(wireFormat, info.getValue(), dataOut);
}

54. ConsumerIdMarshaller#tightMarshal2()

Project: activemq-openwire
File: ConsumerIdMarshaller.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);
    ConsumerId info = (ConsumerId) o;
    tightMarshalString2(info.getConnectionId(), dataOut, bs);
    tightMarshalLong2(wireFormat, info.getSessionId(), dataOut, bs);
    tightMarshalLong2(wireFormat, info.getValue(), dataOut, bs);
}

55. ConsumerIdMarshaller#tightMarshal1()

Project: activemq-openwire
File: ConsumerIdMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public int tightMarshal1(OpenWireFormat wireFormat, Object o, BooleanStream bs) throws IOException {
    ConsumerId info = (ConsumerId) o;
    int rc = super.tightMarshal1(wireFormat, o, bs);
    rc += tightMarshalString1(info.getConnectionId(), bs);
    rc += tightMarshalLong1(wireFormat, info.getSessionId(), bs);
    rc += tightMarshalLong1(wireFormat, info.getValue(), bs);
    return rc + 0;
}