Try OpenEdge Now
Messaging and ESB
ABL - JMS API Reference
:
setLong procedure
setLong procedure
Converts
long
data in a
MapMessage
in Text and XML messages.
Syntax
PROCEDURE setLong.
DEFINE INPUT PARAMETER
itemName
AS CHARACTER.
DEFINE INPUT PARAMETER
value
AS DECIMAL.
Applies to
Message objects
Notes
Any fractional part of the
DECIMAL
value is truncated.
See also
createMapMessage procedure
,
setBoolean procedure
,
setByte procedure
,
setBytesFromRaw procedure
,
setChar procedure
,
setDate procedure
,
setDateTime procedure
,
setDateTime-TZ procedure
,
setDouble procedure
,
setFloat procedure
,
setInt procedure
,
setLong procedure
,
setLongString procedure
,
setShort procedure
,
setString procedure
,
getMapNames function
,
getItemType function
,
getBytesToRaw function
,
getChar function
,
getDate function
,
getDateTime function
,
getDateTime-TZ function
,
getDecimal function
,
getInt function
,
getLogical function
,
getLongString function
,
getLongStringCP function
For more information, see the MapMessage.