MqContextC - finish the send-data-block on the server and optional return the results. … More...
Functions | |
void | ccmqmsgque::MqContextC::SendERROR () |
C++: → C-API send the data from the MkErrorC to the link target . … | |
void | ccmqmsgque::MqContextC::SendRETURN () |
C++: → C-API MqContextC - finish the send-data-block on the server and optional return the results. … | |
void | ccmqmsgque::MqContextC::SendRETURN_SUB () |
C++: → C-API return Sub-Data-Blocks required by MqSendEND_AND_SUB … | |
MqContextC - finish the send-data-block on the server and optional return the results. …
Every service-handler have to use this function at the end to return the results or the error. If an error is returned the local MkErrorC is reset. The following behaviour is used:
[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) |
Every service-handler have to use this function at the end to return the results or the error. If an error is returned the local MkErrorC is reset. The following behaviour is used:
[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.SendERROR()
send the data from the MkErrorC to the link target . …
Definition at line 1867 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API ctx.SendRETURN()
MqContextC - finish the send-data-block on the server and optional return the results. …
Definition at line 1874 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API ctx.SendRETURN_SUB()
return Sub-Data-Blocks required by MqSendEND_AND_SUB …
Definition at line 1881 of file MqContextC_inline_cc.hh.