MqContextC - finish the send-data-block on the server and optional return the results. … More...
Functions | |
static OT_ProcRet | rbmqmsgque_MqContextC_SendERROR (MqContextC_ARGS) |
Ruby: → C-API send the data from the MkErrorC to the link target . … | |
static OT_ProcRet | rbmqmsgque_MqContextC_SendRETURN (MqContextC_ARGS) |
Ruby: → C-API MqContextC - finish the send-data-block on the server and optional return the results. … | |
static OT_ProcRet | rbmqmsgque_MqContextC_SendRETURN_SUB (MqContextC_ARGS) |
Ruby: → 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) |
|
static |
Ruby:
→ C-API ctx.SendERROR()
send the data from the MkErrorC to the link target . …
Definition at line 2470 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API ctx.SendRETURN()
MqContextC - finish the send-data-block on the server and optional return the results. …
Definition at line 2481 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API ctx.SendRETURN_SUB()
return Sub-Data-Blocks required by MqSendEND_AND_SUB …
Definition at line 2492 of file MqContextC_rb.c.