writeFloat

 

public void writeFloat(float value) throws JMSException;

Writes a float to the stream message.

Parameters

  • value - the float value to be written.

Exceptions

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

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


uj27160_