February 2002
Beginner to intermediate
544 pages
10h 23m
English
The MapMessage interface inherits the fields and the methods of the interface javax.jms.Message. The following methods are defined in the interface javax.jms.MapMessage.
public boolean getBoolean(java.lang.String name)
Returns the boolean value with the specified name.
PARAMETERS:
name the name of the boolean RETURNS:
the boolean value with the specified name
THROWS:
JMSException if the JMS provider fails to read the message due to some internal error MessageFormatException if this type conversion is invalid
public byte getByte(java.lang.String name)
Returns the byte value with the specified name.
PARAMETERS:
name the name of the byte RETURNS:
the byte value with the specified name
THROWS:
JMSException if the JMS ...
Read now
Unlock full access