MqContextC - a wrapper to send a list-block or a transaction-block … More...
Functions | |
native void | jvmqmsgque.MqContextC.SendL_END () |
Java: → C-API finish to append an embedded body-list-item to the send-data-package. … | |
native void | jvmqmsgque.MqContextC.SendL_START () |
Java: → C-API start to append an embedded body-list-item to the send-data-package. … | |
native void | jvmqmsgque.MqContextC.SendT_END () |
Java: → C-API closed a longterm-transaction-item … | |
native void | jvmqmsgque.MqContextC.SendT_START () |
Java: → C-API open a longterm-transaction-item … | |
JNIEXPORT void JNICALL | Java_jvmqmsgque_MqContextC_SendL_1END (JNIEnv *env, jobject self) |
Java: → C-API finish to append an embedded body-list-item to the send-data-package. … | |
JNIEXPORT void JNICALL | Java_jvmqmsgque_MqContextC_SendL_1START (JNIEnv *env, jobject self) |
Java: → C-API start to append an embedded body-list-item to the send-data-package. … | |
JNIEXPORT void JNICALL | Java_jvmqmsgque_MqContextC_SendT_1END (JNIEnv *env, jobject self) |
Java: → C-API closed a longterm-transaction-item … | |
JNIEXPORT void JNICALL | Java_jvmqmsgque_MqContextC_SendT_1START (JNIEnv *env, jobject self) |
Java: → 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) |
JNIEXPORT void JNICALL Java_jvmqmsgque_MqContextC_SendL_1END | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API ctx.SendL_END()
finish to append an embedded body-list-item to the send-data-package. …
Definition at line 2110 of file MqContextC_jv.c.
JNIEXPORT void JNICALL Java_jvmqmsgque_MqContextC_SendL_1START | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API ctx.SendL_START()
start to append an embedded body-list-item to the send-data-package. …
Definition at line 2121 of file MqContextC_jv.c.
JNIEXPORT void JNICALL Java_jvmqmsgque_MqContextC_SendT_1END | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API ctx.SendT_END()
closed a longterm-transaction-item …
Definition at line 2132 of file MqContextC_jv.c.
JNIEXPORT void JNICALL Java_jvmqmsgque_MqContextC_SendT_1START | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API ctx.SendT_START()
open a longterm-transaction-item …
Definition at line 2143 of file MqContextC_jv.c.
native void jvmqmsgque.MqContextC.SendL_END | ( | ) |
Java:
→ C-API ctx.SendL_END()
finish to append an embedded body-list-item to the send-data-package. …
native void jvmqmsgque.MqContextC.SendL_START | ( | ) |
Java:
→ C-API ctx.SendL_START()
start to append an embedded body-list-item to the send-data-package. …
native void jvmqmsgque.MqContextC.SendT_END | ( | ) |
Java:
→ C-API ctx.SendT_END()
closed a longterm-transaction-item …
native void jvmqmsgque.MqContextC.SendT_START | ( | ) |
Java:
→ C-API ctx.SendT_START()
open a longterm-transaction-item …