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 » QAManager interface

 

acknowledgeAll method

Syntax
void QAManager.acknowledgeAll()
throws QAException
Throws
  • Thrown if there is a problem acknowledging the messages.

Remarks

Acknowledges that the client application successfully received QAnywhere messages.

All unacknowledged messages are acknowledged.

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