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 QAManager

 

acknowledgeUntil method

Syntax
void ianywhere.qanywhere.client.QAManager.acknowledgeUntil(
  QAMessage msg
)
throws QAException
Parameters
  • msg   The last message to acknowledge. All earlier unacknowledged messages are also acknowledged.

Throws
  • Thrown if there is a problem acknowledging the messages.
Remarks

Acknowledges the given QAMessage instance and all unacknowledged messages received before the given 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

Interface QAMessage

RECEIVED variable

acknowledge method

acknowledgeAll method