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 接口

 

IMPLICIT_ACKNOWLEDGEMENT 变量

语法
final short AcknowledgementMode.IMPLICIT_ACKNOWLEDGEMENT
注释

表示客户端应用程序在接收到每条消息时都会进行确认。

如果同步接收消息,则返回 QAManagerBase.getMessage(string) 方法时将确认消息。如果异步接收消息,则事件处理方法返回时将确认消息。

另请参见

getMessage 方法