getShortProperty

 

public short getShortProperty(String name) throws JMSException;

Gets the short property value with the given name.

Parameters

  • name - the name of the short property.

Returns

  • the short property value with the given name.

Exceptions

  • JMSException - with reasons

    • MQJMS_EXCEPTION_NULL_PROPERTY_NAME

    • MQJMS_E_INTERNAL_ERROR


uj26640_