WebLogic Messaging API Class Library

IMapMessage.SetLong\xA0Method\xA0

Sets a long value with the specified name into the Map.

void\xA0SetLong(
\xA0\xA0\xA0String\xA0name,
\xA0\xA0\xA0Int64\xA0value
);

Parameters

String
the name of the long
Int64
the long value to set in the Map

Exceptions

Exception Type Condition
MessageException if JMS fails to write the message due to some internal error.
ArgumentException if the name is null or if the name is an empty string.
MessageNotWriteableException if the message is in read-only mode.

See Also

IMapMessage Interface | WebLogic.Messaging Namespace