MqContextC - a wrapper to send a list-block or a transaction-block … More...
Functions | |
void | ccmqmsgque::MqContextC::SendL_END () |
C++: → C-API finish to append an embedded body-list-item to the send-data-package. … | |
void | ccmqmsgque::MqContextC::SendL_START () |
C++: → C-API start to append an embedded body-list-item to the send-data-package. … | |
void | ccmqmsgque::MqContextC::SendT_END () |
C++: → C-API closed a longterm-transaction-item … | |
void | ccmqmsgque::MqContextC::SendT_START () |
C++: → C-API open a longterm-transaction-item … | |
MqContextC - a wrapper to send a list-block or a transaction-block …
start to append an embedded body-list-item to the send-data-package. …
[in] | mkrt | the MkRuntimeS instance to work on - the runtime argument, used by MK_RT_CALL (C-only) |
[in] | ctx | the MqContextS instance to work on |
MkExceptionC | → The default-exception from the Programming-Language-Micro-Kernel (PLMK) |
start to append an embedded body-list-item to the send-data-package. …
[in] | mkrt | the MkRuntimeS instance to work on - the runtime argument, used by MK_RT_CALL (C-only) |
[in] | ctx | the MqContextS instance to work on |
MkExceptionC | → The default-exception from the Programming-Language-Micro-Kernel (PLMK) |
|
inline |
C++:
→ C-API ctx.SendL_END()
finish to append an embedded body-list-item to the send-data-package. …
Definition at line 1830 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API ctx.SendL_START()
start to append an embedded body-list-item to the send-data-package. …
Definition at line 1837 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API ctx.SendT_END()
closed a longterm-transaction-item …
Definition at line 1844 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API ctx.SendT_START()
open a longterm-transaction-item …
Definition at line 1851 of file MqContextC_inline_cc.hh.