theLink 10.0
Loading...
Searching...
No Matches
MqDumpC.java
Go to the documentation of this file.
1
9/* LABEL-INIT */
10package jvmqmsgque;
11
12import jvmkkernel.*;
13
14/* LABEL-START */
15
20public class MqDumpC extends MkObjectC {
21
22 static {
24 }
25
26 private MqDumpC (long mng, boolean dummy) {
27 super(mng,dummy);
28 }
29
30/* LABEL-END */
31
32 // BEGIN-MqDumpC - created by 'jv_MqS.tcl -i NHI1_HOME/theLink/c/gen/c_mqmsgque.meta' - DO NOT change
33
37
38 // doc-key: MqDumpC,MqDumpC-Class-Export,sc_
39
41 public native static MqDumpC HandleResolve (int netHdl);
42
43 // doc-key: MqDumpC,MqDumpC-Class-Export,om_
44
45 // skip class-overload: public native int HandleGet ()
46
48 // MqDumpC_Class_JV_API
49
53
54 // doc-key: MqDumpC,MqDumpC-Class-Introspection,oc_
55
57 public native MqDumpC Next ();
58
60 public native MqDumpC Prev ();
61
62 // doc-key: MqDumpC,MqDumpC-Class-Introspection,sc_
63
65 public native static MqDumpC Instances ();
66
68 // MqDumpC_Class_JV_API
69
73
74 // doc-key: MqDumpC,MqDumpC-Class-Misc,sc_
75
77 public native static MqDumpC GetNull ();
78
80 // MqDumpC_Class_JV_API
81
85
86 // doc-key: MqDumpC,MqDumpC-Misc,om_
87
88 // skip class-overload: public native void Log (MkObjectC fmtobj, int debug, String callfunc, int lvl)
89
91 public void Log () {
92 Log ((MkObjectC) null, 0, null, 0);
93 }
94
96 public void Log (MkObjectC fmtobj) {
97 Log (fmtobj, 0, null, 0);
98 }
99
101 public void Log (MkObjectC fmtobj, int debug) {
102 Log (fmtobj, debug, null, 0);
103 }
104
106 public void Log (MkObjectC fmtobj, int debug, String callfunc) {
107 Log (fmtobj, debug, callfunc, 0);
108 }
109
111 public native long SizeGet ();
112
114 public native String TokenGet ();
115
117 // MqDumpC_Misc_JV_API
118
122
123 // doc-key: MqDumpC,MqDumpC-TOR,sCi
124
126 private native static long CTOR (MqContextC ctx, MqDumpC dumpP_inout);
127
129 private static long CTOR (MqContextC ctx) {
130 return CTOR (ctx, (MqDumpC) null);
131 }
132
134 public native static MqDumpC Error (MqContextC error, MqDumpC dumpP_inout);
135
137 public static MqDumpC Error (MqContextC error) {
138 return Error (error, (MqDumpC) null);
139 }
140
142 public native static MqDumpC Export (MqContextC ctx, MqDumpC dumpP_inout);
143
145 public MqDumpC (MqContextC ctx, MqDumpC dumpP_inout) {
146 this(CTOR(ctx, dumpP_inout), true);
147 }
148
150 public static MqDumpC Export (MqContextC ctx) {
151 return Export (ctx, (MqDumpC) null);
152 }
153
155 public MqDumpC (MqContextC ctx) {
156 this(CTOR(ctx, (MqDumpC) null), true);
157 }
158
159 // doc-key: MqDumpC,MqDumpC-TOR,sCo
160
162 public native static MqDumpC BinSet (byte[] data);
163
164 // doc-key: MqDumpC,MqDumpC-TOR,om_
165
167 public native byte[] BinGet ();
168
170 public native void Import (MqContextC ctx);
171
173 // MqDumpC_TOR_JV_API
174
175 // END-MqDumpC - created by 'jv_MqS.tcl -i NHI1_HOME/theLink/c/gen/c_mqmsgque.meta' - DO NOT change
176
177}
178
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 …
Definition MqDumpC.java:20
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?...
Definition MqDumpC.java:96
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?...
Definition MqDumpC.java:106
void Log()
Java: dmp.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
Definition MqDumpC.java:91
void Log(MkObjectC fmtobj, int debug)
Java: dmp.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
Definition MqDumpC.java:101
MqDumpC(MqContextC ctx, MqDumpC dumpP_inout)
Java: [constructor,static] MqDumpC MqDumpC.Export(MqContextC ctx, ?MqDumpC dumpP_inout = null?...
Definition MqDumpC.java:145
static MqDumpC Error(MqContextC error)
Java: [constructor,static] MqDumpC MqDumpC.Error(MqContextC error, ?MqDumpC dumpP_inout = null?...
Definition MqDumpC.java:137
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?...
Definition MqDumpC.java:155
static MqDumpC Export(MqContextC ctx)
Java: [constructor,static] MqDumpC MqDumpC.Export(MqContextC ctx, ?MqDumpC dumpP_inout = null?...
Definition MqDumpC.java:150
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 …