26 private MqDumpC (
long mng,
boolean dummy) {
97 Log (fmtobj, 0,
null, 0);
102 Log (fmtobj, debug,
null, 0);
107 Log (fmtobj, debug, callfunc, 0);
130 return CTOR (ctx, (
MqDumpC)
null);
146 this(CTOR(ctx, dumpP_inout),
true);
156 this(CTOR(ctx, (
MqDumpC)
null),
true);
MqContextC - the class known as ctx or context is the application-handle of the application-server an...
MqDumpC - the class known as dmp or dump is used to export a jvmqmsgque data package as binary …
MqMsgque PACKAGE - the package is the toplevel structure of the jvmqmsgque …
static native MqDumpC GetNull()
Java: [static] MqDumpC MqDumpC.GetNull() → C-API Null-Slot - return a MqDumpC typed NULL instanc...
native MqDumpC Prev()
Java: MqDumpC dmp.Prev() → C-API get previous instance from linked-list of MqDumpS type
static native MqDumpC HandleResolve(int netHdl)
Java: [static] MqDumpC MqDumpC.HandleResolve(int netHdl) → C-API Handle-Resolve-Slot - return a ...
native MqDumpC Next()
Java: MqDumpC dmp.Next() → C-API get next instance from linked-list of MqDumpS type
static native MqDumpC Instances()
Java: [static] MqDumpC MqDumpC.Instances() → C-API get head-instance from linked-list of MqDumpS...
void Log(MkObjectC fmtobj)
Java: dmp.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
native long SizeGet()
Java: long dump.SizeGet() → C-API report the binary data size from an MqDumpS object
native String TokenGet()
Java: String dump.TokenGet() → C-API return the MqContextC_ServiceApi_Identifer …
void Log(MkObjectC fmtobj, int debug, String callfunc)
Java: dmp.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
void Log()
Java: dmp.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
void Log(MkObjectC fmtobj, int debug)
Java: dmp.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
MqDumpC(MqContextC ctx, MqDumpC dumpP_inout)
Java: [constructor,static] MqDumpC MqDumpC.Export(MqContextC ctx, ?MqDumpC dumpP_inout = null?...
static MqDumpC Error(MqContextC error)
Java: [constructor,static] MqDumpC MqDumpC.Error(MqContextC error, ?MqDumpC dumpP_inout = null?...
native byte[] BinGet()
Java: byte[] dump.BinGet() → C-API export the binary data from an MqDumpS object
static native MqDumpC Error(MqContextC error, MqDumpC dumpP_inout)
Java: [constructor,static] MqDumpC MqDumpC.Error(MqContextC error, ?MqDumpC dumpP_inout = null?...
native void Import(MqContextC ctx)
Java: dump.Import(MqContextC ctx) → C-API import the dump-package into the ctx-read-data-packag...
static native MqDumpC BinSet(byte[] data)
Java: [constructor,static] MqDumpC MqDumpC.BinSet(byte[] data) → C-API create an MqDumpS object ...
MqDumpC(MqContextC ctx)
Java: [constructor,static] MqDumpC MqDumpC.Export(MqContextC ctx, ?MqDumpC dumpP_inout = null?...
static MqDumpC Export(MqContextC ctx)
Java: [constructor,static] MqDumpC MqDumpC.Export(MqContextC ctx, ?MqDumpC dumpP_inout = null?...
static native MqDumpC Export(MqContextC ctx, MqDumpC dumpP_inout)
Java: [constructor,static] MqDumpC MqDumpC.Export(MqContextC ctx, ?MqDumpC dumpP_inout = null?...
static void Setup()
Java: [static] Setup() → C-API setup jvmqmsgque internal memory …