writeShort

 

public void writeShort(short value) throws JMSException;

Write a short to the stream message.

Parameters

  • value - the short to be written.

Exceptions

  • JMSException - if JMS fails to write the short to the message due to an internal JMS error.

  • MessageNotWriteableException - if the message is in read-only mode.


uj27200_