Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » QAnywhere » QAnywhere 参考 » QAnywhere Java API 参考 » 用于客户端的 QAnywhere Java API

 

AcknowledgementMode 接口

语法
public AcknowledgementMode
注释

指出 QAnywhere 客户端应用程序应如何确认消息。

隐式和显式确认模式被指派给使用 QAManager.open(short) 方法的 QAManager 实例。

使用隐式确认时,客户端应用程序在收到消息时会进行确认。使用显式确认时,必须调用其中一个 QAManager 确认方法。服务器在客户端之间传播全部状态变化。

另请参见

QAManager 接口

QATransactionalManager 接口

QAManagerBase 接口

成员

ianywhere.qanywhere.client.AcknowledgementMode 的所有成员,其中包括所有继承的成员。


EXPLICIT_ACKNOWLEDGEMENT 变量
IMPLICIT_ACKNOWLEDGEMENT 变量
TRANSACTIONAL 变量