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

ianywhere.qanywhere.client package Next Page

Interface AcknowledgementMode


Syntax

public ianywhere.qanywhere.client.AcknowledgementMode

Remarks

Indicates how messages should be acknowledged by QAnywhere client applications.

The implicit and explicit acknowledgement modes are assigned to a QAManager instance using the QAManager.open(short) method.

With implicit acknowledgement, messages are acknowledged as soon as they are received by a client application. With explicit acknowledgement, you must call one of the QAManager acknowledgement methods. The server propagates all status changes from client to client.

See Also

Interface QAManager

Interface QATransactionalManager

Interface QAManagerBase

Members

All members of ianywhere.qanywhere.client.AcknowledgementMode, including all inherited members.


EXPLICIT_ACKNOWLEDGEMENT variable
IMPLICIT_ACKNOWLEDGEMENT variable
TRANSACTIONAL variable