Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » QAnywhere » QAnywhere Java API Reference » ianywhere.qanywhere.client package » Interface QAMessage

getLongProperty method Next Page

getMessageID method


Synopsis

String ianywhere.qanywhere.client.QAMessage.getMessageID()
throws QAException

Throws
Remarks

Returns the globally unique message ID of the message.

This property is null until a message is put.

When a message is sent using QAManagerBase.putMessage(String, QAMessage) the message ID is null and can be ignored. When the send method returns, it contains an assigned value.

See Also

putMessage method

Returns

The message ID of the message, or null if the message has not yet been put.