getChar

 

public char getChar(String name) throws JMSException;

Gets the Unicode char value of the named key.

Parameters

  • name - the name of the boolean key

Returns

  • the char.

Exceptions

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

  • MessageFormatException - if this type conversion is not valid.


uj26180_