readDouble

 

public double readDouble() throws JMSException;

Reads a double from the bytes message.

Returns

  • the next eight bytes from the bytes message, interpreted as a double.

Exceptions

  • JMSException - with reasons

    • MQJMS_EXCEPTION_MESSAGE_FORMAT

    • MQJMS_EXCEPTION_MESSAGE_NOT_READABLE

    • MQJMS_EXCEPTION_MESSAGE_EOF


uj25900_