WebLogic Messaging API Class Library

IMapMessage.GetLong�Method�

Returns the long value with the specified name.

long�GetLong(
���stringname
);

Parameters

name
the name of the long

Return Value

the long 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