|
theLink 10.0
|
infrastructur to use the ccmqmsgque specific callback … More...
#include <MqCall_cc.hh>
Collaboration diagram for ccmqmsgque::MqServiceCallbackC:Classes | |
| union | MqServiceCallbackU |
| storage to hold the callback More... | |
Public Types | |
| enum | MqServiceCallbackE { PC_MqTokenICB , PC_MqTokenCCB , PC_MqServiceIF , PC_MqEventIF , PC_MqServerSetupIF , PC_MqServerCleanupIF , PC_MqBgErrorIF } |
Static Public Member Functions | |
| static MK_CBP | Create (MK_RT mkrt, MqContextC::MqTokenICB const callback, MqContextC *self=NULL) |
| static MK_CBP | Create (MK_RT mkrt, MqContextC::MqTokenCCB const callback, MqContextC *self=NULL) |
| static MK_CBP | Create (MK_RT mkrt, MqServiceIF *const service, MqContextC *self=NULL) |
| static MK_CBP | Create (MK_RT mkrt, MqEventIF *const event, MqContextC *self=NULL) |
| static MK_CBP | Create (MK_RT mkrt, MqServerSetupIF *const serverSetup, MqContextC *self=NULL) |
| static MK_CBP | Create (MK_RT mkrt, MqServerCleanupIF *const serverCleanup, MqContextC *self=NULL) |
| static MK_CBP | Create (MK_RT mkrt, MqBgErrorIF *const bgError, MqContextC *self=NULL) |
| static MK_CBP | Create (MK_RT mkrt, MQ_CTX const context, MqServiceCallbackC *const copy, MqContextC *self=NULL) |
| static enum MkErrorE | Call (MQ_SERVICE_CALL_ARGS) |
| static void | Free (MQ_SERVICE_FREE_ARGS) |
| static void | Copy (MQ_SERVICE_COPY_ARGS) |
Public Attributes | |
| enum ccmqmsgque::MqServiceCallbackC::MqServiceCallbackE | type |
| union ccmqmsgque::MqServiceCallbackC::MqServiceCallbackU | call |
| MqContextC * | self |
Private Member Functions | |
| MqServiceCallbackC (enum MqServiceCallbackE type, union MqServiceCallbackU call, MqContextC *self) | |
infrastructur to use the ccmqmsgque specific callback …
Definition at line 18 of file MqCall_cc.hh.
| Enumerator | |
|---|---|
| PC_MqTokenICB | |
| PC_MqTokenCCB | |
| PC_MqServiceIF | |
| PC_MqEventIF | |
| PC_MqServerSetupIF | |
| PC_MqServerCleanupIF | |
| PC_MqBgErrorIF | |
Definition at line 19 of file MqCall_cc.hh.
|
inlineprivate |
Definition at line 52 of file MqCall_cc.hh.
Here is the caller graph for this function:
|
static |
Definition at line 78 of file MqCall_cc.cc.
Here is the caller graph for this function:
|
static |
Definition at line 73 of file MqCall_cc.cc.
Here is the caller graph for this function:
|
static |
Definition at line 27 of file MqCall_cc.cc.
|
inlinestatic |
Definition at line 75 of file MqCall_cc.hh.
|
inlinestatic |
Definition at line 60 of file MqCall_cc.hh.
|
inlinestatic |
|
inlinestatic |
Definition at line 66 of file MqCall_cc.hh.
|
inlinestatic |
Definition at line 72 of file MqCall_cc.hh.
|
inlinestatic |
Definition at line 69 of file MqCall_cc.hh.
|
inlinestatic |
Definition at line 63 of file MqCall_cc.hh.
|
static |
| union ccmqmsgque::MqServiceCallbackC::MqServiceCallbackU ccmqmsgque::MqServiceCallbackC::call |
| MqContextC* ccmqmsgque::MqServiceCallbackC::self |
Definition at line 49 of file MqCall_cc.hh.
| enum ccmqmsgque::MqServiceCallbackC::MqServiceCallbackE ccmqmsgque::MqServiceCallbackC::type |