getIntProperty

 

public int getIntProperty(String name) throws JMSException;

Gets the integer property value with the given name.

Parameters

  • name - the name of the integer property

Returns

  • the integer property value with the given name.

Exceptions

  • MessageFormatException - if this type conversion is not valid.

  • JMSException - with reasons

    • MQJMS_EXCEPTION_NULL_PROPERTY_NAME

    • MQJMS_E_INTERNAL_ERROR

  • NullPointerException - if name is null.


uj26490_