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

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

 

getAddress method

Syntax
String ianywhere.qanywhere.client.QAMessage.getAddress()
throws QAException
Throws
  • Thrown if there is a problem retrieving the destination address.
Remarks

Returns the destination address for the QAMessage instance.

When a message is sent, this field is ignored. After completion of a send operation, the field holds the destination address specified in QAManagerBase.putMessage(String, QAMessage).

Returns

The destination address for the QAMessage instance.