writeLong

 

public void writeLong(long value) throws JMSException;

Writes a long to the stream message.

Parameters

  • value - the long to be written.

Exceptions

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

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


uj27180_