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

 

recover method

Syntax
void ianywhere.qanywhere.client.QAManager.recover()
throws QAException
Throws
  • Thrown if there is a problem recovering.
Remarks

Forces all unacknowledged messages into a state of unreceived.

These messages must be received again using QAManagerBase.getMessage(String).

See Also

getMessage method