MsgRequestInfoStruct Struct Reference

Used to transport information back to callback functions. More...

#include <msgUtil.h>

Collaboration diagram for MsgRequestInfoStruct:

Collaboration graph
[legend]

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

Detailed Description

Used to transport information back to callback functions.

Definition at line 80 of file msgUtil.h.


Field Documentation

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().

char MsgRequestInfoStruct::responseType

Definition at line 84 of file msgUtil.h.

Referenced by postSendEvent(), responseEvent(), and sendData().

XmlBlasterBlob MsgRequestInfoStruct::blob

Definition at line 85 of file msgUtil.h.

Referenced by postSendEvent(), and sendData().

XmlBlasterBlob MsgRequestInfoStruct::responseBlob

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().

int MsgRequestInfoStruct::responseMutexIsLocked

Definition at line 89 of file msgUtil.h.

Referenced by mutexUnlock(), and preSendEvent().

pthread_cond_t MsgRequestInfoStruct::responseCond

Definition at line 90 of file msgUtil.h.

Referenced by postSendEvent(), and responseEvent().

int MsgRequestInfoStruct::rollback

Definition at line 92 of file msgUtil.h.

Referenced by postSendEvent(), and sendData().


The documentation for this struct was generated from the following file: