#include <msgUtil.h>
Collaboration diagram for MsgRequestInfoStruct:
Data Fields | |
void * | xa |
char | requestIdStr [256] |
const char * | methodName |
char | responseType |
XmlBlasterBlob | blob |
XmlBlasterBlob | responseBlob |
pthread_mutex_t | responseMutex |
int | responseMutexIsLocked |
pthread_cond_t | responseCond |
int | rollback |
Definition at line 80 of file msgUtil.h.
void* MsgRequestInfoStruct::xa |
Definition at line 81 of file msgUtil.h.
Referenced by mutexUnlock(), postSendEvent(), preSendEvent(), responseEvent(), and sendData().
char MsgRequestInfoStruct::requestIdStr[256] |
Definition at line 82 of file msgUtil.h.
Referenced by addResponseListener(), getResponseListener(), mutexUnlock(), postSendEvent(), preSendEvent(), removeResponseListener(), and sendData().
const char* MsgRequestInfoStruct::methodName |
Definition at line 83 of file msgUtil.h.
Referenced by mutexUnlock(), postSendEvent(), preSendEvent(), and sendData().
Definition at line 84 of file msgUtil.h.
Referenced by postSendEvent(), responseEvent(), and sendData().
Definition at line 86 of file msgUtil.h.
Referenced by postSendEvent(), preSendEvent(), and responseEvent().
pthread_mutex_t MsgRequestInfoStruct::responseMutex |
Definition at line 88 of file msgUtil.h.
Referenced by mutexUnlock(), postSendEvent(), preSendEvent(), and responseEvent().
pthread_cond_t MsgRequestInfoStruct::responseCond |