writeLong

 

public void writeLong(long value) throws JMSException;

Writes a long to the bytes message as eight bytes, high byte first.

Parameters

  • value - the long to be written.

Exceptions

  • JMSException - with reason

    • MQJMS_EXCEPTION_MESSAGE_NOT_WRITABLE

    • MQJMS_EXCEPTION_RESOURCE_ALLOCATION


uj26080_