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

acknowledge method Next Page

acknowledgeAll method


Synopsis

void ianywhere.qanywhere.client.QAManager.acknowledgeAll()
throws QAException

Throws
Remarks

Acknowledges that the client application successfully received QAnywhere messages.

All unacknowledged messages are acknowledged.

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

acknowledge method

acknowledgeUntil method