writeDouble

 

public void writeDouble(double value) throws JMSException;

Writes a double to the stream message.

Parameters

  • value - the double value to be written.

Exceptions

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

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


uj27150_