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 QAManager

Interface QAManager Next Page

acknowledge method


Synopsis

void ianywhere.qanywhere.client.QAManager.acknowledge(
QAMessage msg
)
throws QAException

Parameters
Throws
Remarks

Acknowledges that the client application successfully received a QAnywhere message.

Note: When a QAMessage is acknowledged, its status property changes to StatusCodes.RECEIVED. It can then be deleted using the default delete rule.

See Also

RECEIVED variable

acknowledgeUntil method

acknowledgeAll method