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 AcknowledgementMode

EXPLICIT_ACKNOWLEDGEMENT variable Next Page

IMPLICIT_ACKNOWLEDGEMENT variable


Synopsis

final short ianywhere.qanywhere.client.AcknowledgementMode.IMPLICIT_ACKNOWLEDGEMENT

Remarks

Indicates that all messages are acknowledged as soon as they are received by a client application.

If you receive messages synchronously, messages are acknowledged as soon as the QAManagerBase.getMessage(String) method returns. If you receive messages asynchronously, the message is acknowledged as soon as the event handling method returns.

See Also

getMessage method