MqContextC - read a single-data-item outof a read-data-package … More...
Functions | |
native MkBufferListC | jvmqmsgque.MqContextC.ReadALL (MkBufferListC val_inout) |
Java: → C-API get a temporary MkBufferListC from all data in the read-data-package … | |
MkBufferListC | jvmqmsgque.MqContextC.ReadALL () |
Java: → C-API get a temporary MkBufferListC from all data in the read-data-package … | |
native MkBufferListC | jvmqmsgque.MqContextC.ReadBFL () |
Java: → C-API get a temporary MkBufferListC from next list-item in the read-data-package … | |
native MkBufferC | jvmqmsgque.MqContextC.ReadBUF () |
Java: → C-API get a temporary MkBufferC from the read-data-package … | |
native byte[] | jvmqmsgque.MqContextC.ReadBIN () |
Java: doc_mq_jv_ReadBIN → C-API generic function to read an MK_BIN object from the read-data-package object … | |
native boolean | jvmqmsgque.MqContextC.ReadBOL () |
Java: doc_mq_jv_ReadBOL → C-API read a PRIMITIVE TYPE from the read-data-package … | |
native byte[] | jvmqmsgque.MqContextC.ReadBinaryR () |
Java: → C-API read a MkBinaryR from the read-data-package … | |
native double | jvmqmsgque.MqContextC.ReadDBL () |
Java: doc_mq_jv_ReadDBL → C-API read a PRIMITIVE TYPE from the read-data-package … | |
native float | jvmqmsgque.MqContextC.ReadFLT () |
Java: doc_mq_jv_ReadFLT → C-API read a PRIMITIVE TYPE from the read-data-package … | |
native int | jvmqmsgque.MqContextC.ReadHDL () |
Java: → C-API read the handle from the read-data-package | |
native short | jvmqmsgque.MqContextC.ReadI16 () |
Java: doc_mq_jv_ReadI16 → C-API read a PRIMITIVE TYPE from the read-data-package … | |
native int | jvmqmsgque.MqContextC.ReadI32 () |
Java: doc_mq_jv_ReadI32 → C-API read a PRIMITIVE TYPE from the read-data-package … | |
native long | jvmqmsgque.MqContextC.ReadI64 () |
Java: doc_mq_jv_ReadI64 → C-API read a PRIMITIVE TYPE from the read-data-package … | |
native byte | jvmqmsgque.MqContextC.ReadI8 () |
Java: doc_mq_jv_ReadI8 → C-API read a PRIMITIVE TYPE from the read-data-package … | |
native long | jvmqmsgque.MqContextC.ReadLONG () |
Java: → C-API read the long native object from the read-data-package | |
native String | jvmqmsgque.MqContextC.ReadSTR () |
Java: doc_mq_jv_ReadSTR → C-API read a PRIMITIVE TYPE from the read-data-package … | |
native String | jvmqmsgque.MqContextC.ReadStringR () |
Java: → C-API read a MkStringR from the read-data-package … | |
JNIEXPORT jobject JNICALL | Java_jvmqmsgque_MqContextC_ReadALL (JNIEnv *env, jobject self, jobject val_inout) |
Java: → C-API get a temporary MkBufferListC from all data in the read-data-package … | |
JNIEXPORT jobject JNICALL | Java_jvmqmsgque_MqContextC_ReadBFL (JNIEnv *env, jobject self) |
Java: → C-API get a temporary MkBufferListC from next list-item in the read-data-package … | |
JNIEXPORT jobject JNICALL | Java_jvmqmsgque_MqContextC_ReadBUF (JNIEnv *env, jobject self) |
Java: → C-API get a temporary MkBufferC from the read-data-package … | |
JNIEXPORT jbyteArray JNICALL | Java_jvmqmsgque_MqContextC_ReadBIN (JNIEnv *env, jobject self) |
Java: doc_mq_jv_ReadBIN → C-API generic function to read an MK_BIN object from the read-data-package object … | |
JNIEXPORT jboolean JNICALL | Java_jvmqmsgque_MqContextC_ReadBOL (JNIEnv *env, jobject self) |
Java: doc_mq_jv_ReadBOL → C-API read a PRIMITIVE TYPE from the read-data-package … | |
JNIEXPORT jbyteArray JNICALL | Java_jvmqmsgque_MqContextC_ReadBinaryR (JNIEnv *env, jobject self) |
Java: → C-API read a MkBinaryR from the read-data-package … | |
JNIEXPORT jdouble JNICALL | Java_jvmqmsgque_MqContextC_ReadDBL (JNIEnv *env, jobject self) |
Java: doc_mq_jv_ReadDBL → C-API read a PRIMITIVE TYPE from the read-data-package … | |
JNIEXPORT jfloat JNICALL | Java_jvmqmsgque_MqContextC_ReadFLT (JNIEnv *env, jobject self) |
Java: doc_mq_jv_ReadFLT → C-API read a PRIMITIVE TYPE from the read-data-package … | |
JNIEXPORT jint JNICALL | Java_jvmqmsgque_MqContextC_ReadHDL (JNIEnv *env, jobject self) |
Java: → C-API read the handle from the read-data-package | |
JNIEXPORT jshort JNICALL | Java_jvmqmsgque_MqContextC_ReadI16 (JNIEnv *env, jobject self) |
Java: doc_mq_jv_ReadI16 → C-API read a PRIMITIVE TYPE from the read-data-package … | |
JNIEXPORT jint JNICALL | Java_jvmqmsgque_MqContextC_ReadI32 (JNIEnv *env, jobject self) |
Java: doc_mq_jv_ReadI32 → C-API read a PRIMITIVE TYPE from the read-data-package … | |
JNIEXPORT jlong JNICALL | Java_jvmqmsgque_MqContextC_ReadI64 (JNIEnv *env, jobject self) |
Java: doc_mq_jv_ReadI64 → C-API read a PRIMITIVE TYPE from the read-data-package … | |
JNIEXPORT jbyte JNICALL | Java_jvmqmsgque_MqContextC_ReadI8 (JNIEnv *env, jobject self) |
Java: doc_mq_jv_ReadI8 → C-API read a PRIMITIVE TYPE from the read-data-package … | |
JNIEXPORT MK_NAT_LIST JNICALL | ReadLIST (JNIEnv *env, jobject self) |
Java: → C-API get all arguments as native list … | |
JNIEXPORT jlong JNICALL | Java_jvmqmsgque_MqContextC_ReadLONG (JNIEnv *env, jobject self) |
Java: → C-API read the long native object from the read-data-package | |
JNIEXPORT MK_NAT_OBJECT JNICALL | ReadNEXT (JNIEnv *env, jobject self) |
Java: → C-API get the next argument as native object … | |
JNIEXPORT jstring JNICALL | Java_jvmqmsgque_MqContextC_ReadSTR (JNIEnv *env, jobject self) |
Java: doc_mq_jv_ReadSTR → C-API read a PRIMITIVE TYPE from the read-data-package … | |
JNIEXPORT jstring JNICALL | Java_jvmqmsgque_MqContextC_ReadStringR (JNIEnv *env, jobject self) |
Java: → C-API read a MkStringR from the read-data-package … | |
MqContextC - read a single-data-item outof a read-data-package …
JNIEXPORT jobject JNICALL Java_jvmqmsgque_MqContextC_ReadALL | ( | JNIEnv * | env, |
jobject | self, | ||
jobject | val_inout ) |
Java:
→ C-API MkBufferListC ctx.ReadALL(?MkBufferListC val_inout = null?)
get a temporary MkBufferListC from all data in the read-data-package …
Definition at line 1278 of file MqContextC_jv.c.
JNIEXPORT jobject JNICALL Java_jvmqmsgque_MqContextC_ReadBFL | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API MkBufferListC ctx.ReadBFL()
get a temporary MkBufferListC from next list-item in the read-data-package …
Definition at line 1295 of file MqContextC_jv.c.
JNIEXPORT jbyteArray JNICALL Java_jvmqmsgque_MqContextC_ReadBIN | ( | JNIEnv * | env, |
jobject | self ) |
Java: doc_mq_jv_ReadBIN
→ C-API
generic function to read an MK_BIN object from the read-data-package object …
Definition at line 1325 of file MqContextC_jv.c.
JNIEXPORT jbyteArray JNICALL Java_jvmqmsgque_MqContextC_ReadBinaryR | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API byte[] ctx.ReadBinaryR()
read a MkBinaryR from the read-data-package …
Definition at line 1359 of file MqContextC_jv.c.
JNIEXPORT jboolean JNICALL Java_jvmqmsgque_MqContextC_ReadBOL | ( | JNIEnv * | env, |
jobject | self ) |
Java: doc_mq_jv_ReadBOL
→ C-API
read a PRIMITIVE TYPE from the read-data-package …
Definition at line 1345 of file MqContextC_jv.c.
JNIEXPORT jobject JNICALL Java_jvmqmsgque_MqContextC_ReadBUF | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API MkBufferC ctx.ReadBUF()
get a temporary MkBufferC from the read-data-package …
Definition at line 1309 of file MqContextC_jv.c.
JNIEXPORT jdouble JNICALL Java_jvmqmsgque_MqContextC_ReadDBL | ( | JNIEnv * | env, |
jobject | self ) |
Java: doc_mq_jv_ReadDBL
→ C-API
read a PRIMITIVE TYPE from the read-data-package …
Definition at line 1379 of file MqContextC_jv.c.
JNIEXPORT jfloat JNICALL Java_jvmqmsgque_MqContextC_ReadFLT | ( | JNIEnv * | env, |
jobject | self ) |
Java: doc_mq_jv_ReadFLT
→ C-API
read a PRIMITIVE TYPE from the read-data-package …
Definition at line 1393 of file MqContextC_jv.c.
JNIEXPORT jint JNICALL Java_jvmqmsgque_MqContextC_ReadHDL | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API int ctx.ReadHDL()
read the handle from the read-data-package
Definition at line 1407 of file MqContextC_jv.c.
JNIEXPORT jshort JNICALL Java_jvmqmsgque_MqContextC_ReadI16 | ( | JNIEnv * | env, |
jobject | self ) |
Java: doc_mq_jv_ReadI16
→ C-API
read a PRIMITIVE TYPE from the read-data-package …
Definition at line 1421 of file MqContextC_jv.c.
JNIEXPORT jint JNICALL Java_jvmqmsgque_MqContextC_ReadI32 | ( | JNIEnv * | env, |
jobject | self ) |
Java: doc_mq_jv_ReadI32
→ C-API
read a PRIMITIVE TYPE from the read-data-package …
Definition at line 1435 of file MqContextC_jv.c.
JNIEXPORT jlong JNICALL Java_jvmqmsgque_MqContextC_ReadI64 | ( | JNIEnv * | env, |
jobject | self ) |
Java: doc_mq_jv_ReadI64
→ C-API
read a PRIMITIVE TYPE from the read-data-package …
Definition at line 1449 of file MqContextC_jv.c.
JNIEXPORT jbyte JNICALL Java_jvmqmsgque_MqContextC_ReadI8 | ( | JNIEnv * | env, |
jobject | self ) |
Java: doc_mq_jv_ReadI8
→ C-API
read a PRIMITIVE TYPE from the read-data-package …
Definition at line 1463 of file MqContextC_jv.c.
JNIEXPORT jlong JNICALL Java_jvmqmsgque_MqContextC_ReadLONG | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API long ctx.ReadLONG()
read the long native object from the read-data-package
Definition at line 1480 of file MqContextC_jv.c.
JNIEXPORT jstring JNICALL Java_jvmqmsgque_MqContextC_ReadSTR | ( | JNIEnv * | env, |
jobject | self ) |
Java: doc_mq_jv_ReadSTR
→ C-API
read a PRIMITIVE TYPE from the read-data-package …
Definition at line 1497 of file MqContextC_jv.c.
JNIEXPORT jstring JNICALL Java_jvmqmsgque_MqContextC_ReadStringR | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API String ctx.ReadStringR()
read a MkStringR from the read-data-package …
Definition at line 1511 of file MqContextC_jv.c.
MkBufferListC jvmqmsgque.MqContextC.ReadALL | ( | ) |
Java:
→ C-API MkBufferListC ctx.ReadALL(?MkBufferListC val_inout = null?)
get a temporary MkBufferListC from all data in the read-data-package …
Definition at line 656 of file MqContextC.java.
native MkBufferListC jvmqmsgque.MqContextC.ReadALL | ( | MkBufferListC | val_inout | ) |
Java:
→ C-API MkBufferListC ctx.ReadALL(?MkBufferListC val_inout = null?)
get a temporary MkBufferListC from all data in the read-data-package …
native MkBufferListC jvmqmsgque.MqContextC.ReadBFL | ( | ) |
Java:
→ C-API MkBufferListC ctx.ReadBFL()
get a temporary MkBufferListC from next list-item in the read-data-package …
native byte[] jvmqmsgque.MqContextC.ReadBIN | ( | ) |
Java: doc_mq_jv_ReadBIN
→ C-API
generic function to read an MK_BIN object from the read-data-package object …
native byte[] jvmqmsgque.MqContextC.ReadBinaryR | ( | ) |
Java:
→ C-API byte[] ctx.ReadBinaryR()
read a MkBinaryR from the read-data-package …
native boolean jvmqmsgque.MqContextC.ReadBOL | ( | ) |
Java: doc_mq_jv_ReadBOL
→ C-API
read a PRIMITIVE TYPE from the read-data-package …
native MkBufferC jvmqmsgque.MqContextC.ReadBUF | ( | ) |
Java:
→ C-API MkBufferC ctx.ReadBUF()
get a temporary MkBufferC from the read-data-package …
native double jvmqmsgque.MqContextC.ReadDBL | ( | ) |
Java: doc_mq_jv_ReadDBL
→ C-API
read a PRIMITIVE TYPE from the read-data-package …
native float jvmqmsgque.MqContextC.ReadFLT | ( | ) |
Java: doc_mq_jv_ReadFLT
→ C-API
read a PRIMITIVE TYPE from the read-data-package …
native int jvmqmsgque.MqContextC.ReadHDL | ( | ) |
Java:
→ C-API int ctx.ReadHDL()
read the handle from the read-data-package
native short jvmqmsgque.MqContextC.ReadI16 | ( | ) |
Java: doc_mq_jv_ReadI16
→ C-API
read a PRIMITIVE TYPE from the read-data-package …
native int jvmqmsgque.MqContextC.ReadI32 | ( | ) |
Java: doc_mq_jv_ReadI32
→ C-API
read a PRIMITIVE TYPE from the read-data-package …
native long jvmqmsgque.MqContextC.ReadI64 | ( | ) |
Java: doc_mq_jv_ReadI64
→ C-API
read a PRIMITIVE TYPE from the read-data-package …
native byte jvmqmsgque.MqContextC.ReadI8 | ( | ) |
Java: doc_mq_jv_ReadI8
→ C-API
read a PRIMITIVE TYPE from the read-data-package …
JNIEXPORT MK_NAT_LIST JNICALL ReadLIST | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API List<Object> ctx.ReadLIST()
get all arguments as native list …
native long jvmqmsgque.MqContextC.ReadLONG | ( | ) |
Java:
→ C-API long ctx.ReadLONG()
read the long native object from the read-data-package
JNIEXPORT MK_NAT_OBJECT JNICALL ReadNEXT | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API Object ctx.ReadNEXT()
get the next argument as native object …
native String jvmqmsgque.MqContextC.ReadSTR | ( | ) |
Java: doc_mq_jv_ReadSTR
→ C-API
read a PRIMITIVE TYPE from the read-data-package …
native String jvmqmsgque.MqContextC.ReadStringR | ( | ) |
Java:
→ C-API String ctx.ReadStringR()
read a MkStringR from the read-data-package …