MqContextC - various functions to work on a read-data-package … More...
Collaboration diagram for MqContextC_ReadApi_Misc_JV_API:Functions | |
| native void | jvmqmsgque.MqContextC.ReadDbg () |
| ReadDbg | |
| native MkTypeE | jvmqmsgque.MqContextC.ReadGetNextType () |
Java: → C-API get the type (MkTypeE) of the next Item in the read-data-buffer or "0" if not available | |
| native int | jvmqmsgque.MqContextC.ReadGetNumItems () |
Java: → C-API get the number of items left in the read-data-package … | |
| native boolean | jvmqmsgque.MqContextC.ReadItemExists () |
Java: → C-API check if an item exists in the read-data-package … | |
| native void | jvmqmsgque.MqContextC.ReadUndo () |
Java: → C-API undo the last MqContextC READ API function call … | |
| JNIEXPORT void JNICALL | Java_jvmqmsgque_MqContextC_ReadDbg (JNIEnv *env, jobject self) |
| ReadDbg | |
| JNIEXPORT jobject JNICALL | Java_jvmqmsgque_MqContextC_ReadGetNextType (JNIEnv *env, jobject self) |
Java: → C-API get the type (MkTypeE) of the next Item in the read-data-buffer or "0" if not available | |
| JNIEXPORT jint JNICALL | Java_jvmqmsgque_MqContextC_ReadGetNumItems (JNIEnv *env, jobject self) |
Java: → C-API get the number of items left in the read-data-package … | |
| JNIEXPORT jboolean JNICALL | Java_jvmqmsgque_MqContextC_ReadItemExists (JNIEnv *env, jobject self) |
Java: → C-API check if an item exists in the read-data-package … | |
| JNIEXPORT void JNICALL | Java_jvmqmsgque_MqContextC_ReadUndo (JNIEnv *env, jobject self) |
Java: → C-API undo the last MqContextC READ API function call … | |
MqContextC - various functions to work on a read-data-package …
| JNIEXPORT void JNICALL Java_jvmqmsgque_MqContextC_ReadDbg | ( | JNIEnv * | env, |
| jobject | self ) |
Definition at line 1593 of file MqContextC_jv.c.
| JNIEXPORT jobject JNICALL Java_jvmqmsgque_MqContextC_ReadGetNextType | ( | JNIEnv * | env, |
| jobject | self ) |
Java: → C-API MkTypeE ctx.ReadGetNextType()
get the type (MkTypeE) of the next Item in the read-data-buffer or "0" if not available
Definition at line 1603 of file MqContextC_jv.c.
| JNIEXPORT jint JNICALL Java_jvmqmsgque_MqContextC_ReadGetNumItems | ( | JNIEnv * | env, |
| jobject | self ) |
Java: → C-API int ctx.ReadGetNumItems()
get the number of items left in the read-data-package …
Definition at line 1615 of file MqContextC_jv.c.
| JNIEXPORT jboolean JNICALL Java_jvmqmsgque_MqContextC_ReadItemExists | ( | JNIEnv * | env, |
| jobject | self ) |
Java: → C-API boolean ctx.ReadItemExists()
check if an item exists in the read-data-package …
Definition at line 1627 of file MqContextC_jv.c.
| JNIEXPORT void JNICALL Java_jvmqmsgque_MqContextC_ReadUndo | ( | JNIEnv * | env, |
| jobject | self ) |
Java: → C-API ctx.ReadUndo()
undo the last MqContextC READ API function call …
Definition at line 1639 of file MqContextC_jv.c.
| native void jvmqmsgque.MqContextC.ReadDbg | ( | ) |
| native MkTypeE jvmqmsgque.MqContextC.ReadGetNextType | ( | ) |
Java: → C-API MkTypeE ctx.ReadGetNextType()
get the type (MkTypeE) of the next Item in the read-data-buffer or "0" if not available
| native int jvmqmsgque.MqContextC.ReadGetNumItems | ( | ) |
Java: → C-API int ctx.ReadGetNumItems()
get the number of items left in the read-data-package …
| native boolean jvmqmsgque.MqContextC.ReadItemExists | ( | ) |
Java: → C-API boolean ctx.ReadItemExists()
check if an item exists in the read-data-package …
| native void jvmqmsgque.MqContextC.ReadUndo | ( | ) |
Java: → C-API ctx.ReadUndo()
undo the last MqContextC READ API function call …