MqDumpC - various functions to create, initialize and destroy a dump … More...
MqDumpC - various functions to create, initialize and destroy a dump …
native byte[] jvmqmsgque.MqDumpC.BinGet | ( | ) |
Java:
→ C-API byte[] dump.BinGet()
export the binary data from an MqDumpS
object
|
static |
Java:
→ C-API [constructor,static] MqDumpC MqDumpC.BinSet(byte[] data)
create an MqDumpS
object from binary data
|
static |
Java:
→ C-API [constructor,static] MqDumpC MqDumpC.Error(MqContextC error, ?MqDumpC dumpP_inout = null?)
export the context->error into the dump-package …
Definition at line 137 of file MqDumpC.java.
|
static |
Java:
→ C-API [constructor,static] MqDumpC MqDumpC.Error(MqContextC error, ?MqDumpC dumpP_inout = null?)
export the context->error into the dump-package …
|
static |
Java:
→ C-API [constructor,static] MqDumpC MqDumpC.Export(MqContextC ctx, ?MqDumpC dumpP_inout = null?)
create a MqDumpC as export of the ctx-read-data-package …
Definition at line 150 of file MqDumpC.java.
|
static |
Java:
→ C-API [constructor,static] MqDumpC MqDumpC.Export(MqContextC ctx, ?MqDumpC dumpP_inout = null?)
create a MqDumpC as export of the ctx-read-data-package …
native void jvmqmsgque.MqDumpC.Import | ( | MqContextC | ctx | ) |
Java:
→ C-API dump.Import(MqContextC ctx)
import the dump-package into the ctx-read-data-package …
JNIEXPORT jbyteArray JNICALL Java_jvmqmsgque_MqDumpC_BinGet | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API byte[] dump.BinGet()
export the binary data from an MqDumpS
object
Definition at line 229 of file MqDumpC_jv.c.
JNIEXPORT jobject JNICALL Java_jvmqmsgque_MqDumpC_BinSet | ( | JNIEnv * | env, |
jclass | class, | ||
jbyteArray | data ) |
Java:
→ C-API [constructor,static] MqDumpC MqDumpC.BinSet(byte[] data)
create an MqDumpS
object from binary data
Definition at line 209 of file MqDumpC_jv.c.
JNIEXPORT jlong JNICALL Java_jvmqmsgque_MqDumpC_CTOR | ( | JNIEnv * | env, |
jclass | class, | ||
jobject | ctx, | ||
jobject | dumpP_inout ) |
Java:
→ C-API [constructor,static] MqDumpC MqDumpC.Export(MqContextC ctx, ?MqDumpC dumpP_inout = null?)
create a MqDumpC as export of the ctx-read-data-package …
Definition at line 162 of file MqDumpC_jv.c.
JNIEXPORT jobject JNICALL Java_jvmqmsgque_MqDumpC_Error | ( | JNIEnv * | env, |
jclass | class, | ||
jobject | error, | ||
jobject | dumpP_inout ) |
Java:
→ C-API [constructor,static] MqDumpC MqDumpC.Error(MqContextC error, ?MqDumpC dumpP_inout = null?)
export the context->error into the dump-package …
Definition at line 177 of file MqDumpC_jv.c.
JNIEXPORT jobject JNICALL Java_jvmqmsgque_MqDumpC_Export | ( | JNIEnv * | env, |
jclass | class, | ||
jobject | ctx, | ||
jobject | dumpP_inout ) |
Java:
→ C-API [constructor,static] MqDumpC MqDumpC.Export(MqContextC ctx, ?MqDumpC dumpP_inout = null?)
create a MqDumpC as export of the ctx-read-data-package …
Definition at line 192 of file MqDumpC_jv.c.
JNIEXPORT void JNICALL Java_jvmqmsgque_MqDumpC_Import | ( | JNIEnv * | env, |
jobject | self, | ||
jobject | ctx ) |
Java:
→ C-API dump.Import(MqContextC ctx)
import the dump-package into the ctx-read-data-package …
Definition at line 244 of file MqDumpC_jv.c.
jvmqmsgque.MqDumpC.MqDumpC | ( | MqContextC | ctx | ) |
Java:
→ C-API [constructor,static] MqDumpC MqDumpC.Export(MqContextC ctx, ?MqDumpC dumpP_inout = null?)
create a MqDumpC as export of the ctx-read-data-package …
Definition at line 155 of file MqDumpC.java.
jvmqmsgque.MqDumpC.MqDumpC | ( | MqContextC | ctx, |
MqDumpC | dumpP_inout ) |
Java:
→ C-API [constructor,static] MqDumpC MqDumpC.Export(MqContextC ctx, ?MqDumpC dumpP_inout = null?)
create a MqDumpC as export of the ctx-read-data-package …
Definition at line 145 of file MqDumpC.java.