getBoolean

 

public boolean getBoolean(String name) throws JMSException;

Gets the boolean value of the named key.

Parameters

  • name - the name of the key

Returns

  • the boolean value.

Exceptions

  • JMSException - if JMS fails to read the message due to an internal error.

  • MessageFormatException - if this type conversion is not valid.


uj26150_