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 140 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 153 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 232 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 212 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 165 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 180 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 195 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 247 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 158 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 148 of file MqDumpC.java.