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

 

ADAPTERS 变量

语法
final String MessageProperties.ADAPTERS
注释

此属性名称是指一个可用于连接 QAnywhere 服务器的网络适配器的分隔列表。

它用于系统队列消息。

您可以在 QAMessage.getStringProperty(String) 方法中传递 MessageProperties.ADAPTERS 以访问相关属性。此属性是只读属性。

另请参见

MessageProperties 接口

getStringProperty 方法