MqContextC - finish the send-data-block on the server and optional return the results. … More...
Functions | |
native void | jvmqmsgque.MqContextC.SendERROR () |
Java: → C-API send the data from the MkErrorC to the link target . … | |
native void | jvmqmsgque.MqContextC.SendRETURN () |
Java: → C-API MqContextC - finish the send-data-block on the server and optional return the results. … | |
native void | jvmqmsgque.MqContextC.SendRETURN_SUB () |
Java: → C-API return Sub-Data-Blocks required by MqSendEND_AND_SUB … | |
JNIEXPORT void JNICALL | Java_jvmqmsgque_MqContextC_SendERROR (JNIEnv *env, jobject self) |
Java: → C-API send the data from the MkErrorC to the link target . … | |
JNIEXPORT void JNICALL | Java_jvmqmsgque_MqContextC_SendRETURN (JNIEnv *env, jobject self) |
Java: → C-API MqContextC - finish the send-data-block on the server and optional return the results. … | |
JNIEXPORT void JNICALL | Java_jvmqmsgque_MqContextC_SendRETURN_1SUB (JNIEnv *env, jobject self) |
Java: → 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) |
JNIEXPORT void JNICALL Java_jvmqmsgque_MqContextC_SendERROR | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API ctx.SendERROR()
send the data from the MkErrorC to the link target . …
Definition at line 2163 of file MqContextC_jv.c.
JNIEXPORT void JNICALL Java_jvmqmsgque_MqContextC_SendRETURN | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API ctx.SendRETURN()
MqContextC - finish the send-data-block on the server and optional return the results. …
Definition at line 2174 of file MqContextC_jv.c.
JNIEXPORT void JNICALL Java_jvmqmsgque_MqContextC_SendRETURN_1SUB | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API ctx.SendRETURN_SUB()
return Sub-Data-Blocks required by MqSendEND_AND_SUB …
Definition at line 2185 of file MqContextC_jv.c.
native void jvmqmsgque.MqContextC.SendERROR | ( | ) |
Java:
→ C-API ctx.SendERROR()
send the data from the MkErrorC to the link target . …
native void jvmqmsgque.MqContextC.SendRETURN | ( | ) |
Java:
→ C-API ctx.SendRETURN()
MqContextC - finish the send-data-block on the server and optional return the results. …
native void jvmqmsgque.MqContextC.SendRETURN_SUB | ( | ) |
Java:
→ C-API ctx.SendRETURN_SUB()
return Sub-Data-Blocks required by MqSendEND_AND_SUB …