Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

TaskComplete?EstimateSprintNotes
clearBody()  2h When implemented, needs to handle content-type in the case where a message was initially received and of an alternative AMQP message representation than the client defaults to sending.
getText()(tick)   
setText(java.lang.String string)Mostly  Still needs readable/writable handling

...

TaskComplete?EstimateSprintNotes
clearBody()  2h 

When implemented, needs to handle content-type in the case where a message was initially received and of an alternative AMQP message representation than the client defaults to sending.

getBodyLength()Partially 1h Only implemented for received message content so far.
readBoolean()
readByte()
readBytes(byte[] value)
readBytes(byte[] value, int length)
readChar()
readDouble()
readFloat()
readInt()
readLong()
readShort()
readUnsignedByte()
readUnsignedShort()
readUTF()
  4h 

Only implemented a very basic readBytes(byte[ ]) thus far, which still needs readable/writable handling.

 

 

reset()  2h  
writeBoolean(boolean value)
writeByte(byte value)
writeBytes(byte[] value)
writeBytes(byte[] value, int offset, int length)
writeChar(char value)
writeDouble(double value)
writeFloat(float value)
writeInt(int value)
writeLong(long value)
writeObject(java.lang.Object value)
writeShort(short value)
writeUTF(java.lang.String value)
 Partially 4h Only implemented a very basic writeBytes(byte[ ]) thus far, which still needs readable/writable handling.

...

TaskComplete?EstimateSprintNotes
clearBody()  1h 

 

getObject()  1d  
setObject(Serializable object)  1d  

 

 

javax.jms.MapMessage

TaskComplete?EstimateSprintNotes
clearBody()  1h  

getBoolean(String name)

getByte(String name)

getBytes(String name)

getChar(String name)

getDouble(String name)

getFloat(String name)

getInt(String name)

getLong(String name)

getObject(String name)

getShort(String name)

getString(String name)

  1d  

getMapNames()

itemExists(String name)

  1h  

setBoolean(String name, boolean value)

setByte(String name, byte value)

setBytes(String name, byte[] value)

setBytes(String name, byte[] value, int offset, int length)

setChar(String name, char value)

setDouble(String name, double value)

setFloat(String name, float value)

setInt(String name, int value)

setLong(String name, long value)

setObject(String name, Object value)

setShort(String name, short value)

setString(String name, String value)

  1d  

 

javax.jms.StreamMessage

TaskComplete?EstimateSprintNotes
clearBody()  1h  

readBoolean()

readByte()

readBytes(byte[] value)

readChar()

readDouble()

readFloat()

readInt()

readLong()

readObject()

readShort()

readString()

  2d  Update mapping to output Sequences.
reset()  1h  

writeBoolean(boolean value)

writeByte(byte value)

writeBytes(byte[] value)

writeBytes(byte[] value, int offset, int length)

writeChar(char value)

writeDouble(double value)

writeFloat(float value)

writeInt(int value)

writeLong(long value)

writeObject(Object value)

writeShort(short value)

writeString(String value)

  1d