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