WebLogic Messaging API Class Library

IMapMessage.GetShort\xA0Method\xA0

Returns the short value with the specified name.

short\xA0GetShort(
\xA0\xA0\xA0String\xA0name
);

Parameters

String
the name of the short

Return Value

the short value with the specified name

Exceptions

Exception Type Condition
MessageException if JMS fails to read the message due to some internal error.
MessageFormatException if this type conversion is invalid.

See Also

IMapMessage Interface | WebLogic.Messaging Namespace