getInt
public int getInt(String name) throws JMSException;
Gets the integer value of the named key.
- Parameters
- name - the name of the key
- Returns
- the integer value.
- Exceptions
- JMSException - if JMS fails to read the message due to an internal error.
- MessageFormatException - if this type conversion is not valid.
uj26210_