getFloatProperty

 

public float getFloatProperty(String name) throws JMSException;

Gets the float property value with the given name.

Parameters

  • name - the name of the float property.

Returns

  • the float 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.


uj26480_