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

SQL Anywhere 11.0.1 (Français) » QAnywhere » QAnywhere Reference » QAnywhere Java API reference » QAnywhere Java API for clients » QAMessage interface

 

getAddress method

Syntax
String 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.