MqContextC - read a block-of-data outof a read-data-package … More...
Functions | |
native void | jvmqmsgque.MqContextC.ReadL_END () |
Java: → C-API finish to extract a list-items from the read-data-package. … | |
native void | jvmqmsgque.MqContextC.ReadL_START (MkBufferC buf) |
Java: → C-API start to extract a list-items from the read-data-package. … | |
void | jvmqmsgque.MqContextC.ReadL_START () |
Java: → C-API start to extract a list-items from the read-data-package. … | |
native void | jvmqmsgque.MqContextC.ReadT_END () |
Java: → C-API finish to extract a longterm-transaction-item from the read-data-package. … | |
native void | jvmqmsgque.MqContextC.ReadT_START () |
Java: → C-API start to extract a longterm-transaction-item from the read-data-package. … | |
JNIEXPORT void JNICALL | Java_jvmqmsgque_MqContextC_ReadL_1END (JNIEnv *env, jobject self) |
Java: → C-API finish to extract a list-items from the read-data-package. … | |
JNIEXPORT void JNICALL | Java_jvmqmsgque_MqContextC_ReadL_1START (JNIEnv *env, jobject self, jobject buf) |
Java: → C-API start to extract a list-items from the read-data-package. … | |
JNIEXPORT void JNICALL | Java_jvmqmsgque_MqContextC_ReadT_1END (JNIEnv *env, jobject self) |
Java: → C-API finish to extract a longterm-transaction-item from the read-data-package. … | |
JNIEXPORT void JNICALL | Java_jvmqmsgque_MqContextC_ReadT_1START (JNIEnv *env, jobject self) |
Java: → C-API start to extract a longterm-transaction-item from the read-data-package. … | |
MqContextC - read a block-of-data outof a read-data-package …
JNIEXPORT void JNICALL Java_jvmqmsgque_MqContextC_ReadL_1END | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API ctx.ReadL_END()
finish to extract a list-items from the read-data-package. …
Definition at line 1538 of file MqContextC_jv.c.
JNIEXPORT void JNICALL Java_jvmqmsgque_MqContextC_ReadL_1START | ( | JNIEnv * | env, |
jobject | self, | ||
jobject | buf ) |
Java:
→ C-API ctx.ReadL_START(?MkBufferC buf = null?)
start to extract a list-items from the read-data-package. …
Definition at line 1549 of file MqContextC_jv.c.
JNIEXPORT void JNICALL Java_jvmqmsgque_MqContextC_ReadT_1END | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API ctx.ReadT_END()
finish to extract a longterm-transaction-item from the read-data-package. …
Definition at line 1562 of file MqContextC_jv.c.
JNIEXPORT void JNICALL Java_jvmqmsgque_MqContextC_ReadT_1START | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API ctx.ReadT_START()
start to extract a longterm-transaction-item from the read-data-package. …
Definition at line 1573 of file MqContextC_jv.c.
native void jvmqmsgque.MqContextC.ReadL_END | ( | ) |
Java:
→ C-API ctx.ReadL_END()
finish to extract a list-items from the read-data-package. …
void jvmqmsgque.MqContextC.ReadL_START | ( | ) |
Java:
→ C-API ctx.ReadL_START(?MkBufferC buf = null?)
start to extract a list-items from the read-data-package. …
Definition at line 726 of file MqContextC.java.
native void jvmqmsgque.MqContextC.ReadL_START | ( | MkBufferC | buf | ) |
Java:
→ C-API ctx.ReadL_START(?MkBufferC buf = null?)
start to extract a list-items from the read-data-package. …
native void jvmqmsgque.MqContextC.ReadT_END | ( | ) |
Java:
→ C-API ctx.ReadT_END()
finish to extract a longterm-transaction-item from the read-data-package. …
native void jvmqmsgque.MqContextC.ReadT_START | ( | ) |
Java:
→ C-API ctx.ReadT_START()
start to extract a longterm-transaction-item from the read-data-package. …