Collection Contents 上一页 下一页 PDF

QAnywhere 用户指南

QAnywhere C++ API 参考

QAManagerBase 类


提要 

public QAManagerBase

派生类 
注释 

此类用作 QATransactionalManager 类QAManager 类 的基类,它们分别管理事务性和非事务性消息传递。应用程序中的每个线程必须有一个 QAManagerBase 实例。此类也是用于创建消息的工厂。由于 getMessage 函数 方法也创建消息,而此类管理所有消息,因此可在用户方法调用或关闭 QAManagerBase 时从内存释放它们。因为不支持发布/预订模型,所以 publishMessage 函数 方法将始终返回 false。

成员 

QAManagerBase 的所有成员,包括所有继承的成员。


close 函数
createBinaryMessage 函数
createTextMessage 函数
deleteMessage 函数
getBooleanStoreProperty 函数
getByteStoreProperty 函数
getDoubleStoreProperty 函数
getFloatStoreProperty 函数
getIntStoreProperty 函数
getLastError 函数
getLastErrorMsg 函数
getLongStoreProperty 函数
getMessage 函数
getMessageNoWait 函数
getMessageTimeout 函数
getMode 函数
getShortStoreProperty 函数
getStringStoreProperty 函数
peekFirstMessage 函数
peekNextMessage 函数
publishMessage 函数
putMessage 函数
putMessageTimeToLive 函数
setBooleanStoreProperty 函数
setByteStoreProperty 函数
setDoubleStoreProperty 函数
setFloatStoreProperty 函数
setIntStoreProperty 函数
setLongStoreProperty 函数
setMessageListener 函数
setProperty 函数
setShortStoreProperty 函数
setStringStoreProperty 函数
start 函数
stop 函数
triggerSendReceive 函数
~QAManagerBase 函数

Collection Contents 上一页 下一页 PDF