getLongProperty

 

public long getLongProperty(String name) throws JMSException;

Gets the long property value with the given name.

Parameters

  • name - the name of the long property

Returns

  • the long property value with the given name.

Exceptions

  • JMSException - with reasons

    • MQJMS_EXCEPTION_NULL_PROPERTY_NAME

    • MQJMS_E_INTERNAL_ERROR

  • NullPointerException - if name is null


uj26610_