theLink 10.0
Loading...
Searching...
No Matches
MqContextC.java
Go to the documentation of this file.
1
9/* LABEL-NO */
10package jvmqmsgque;
11
12import java.util.List;
13import jvmkkernel.*;
14
19public class MqContextC extends MkObjectC {
20
21 static {
23 }
24
25 // INTERNAL
26 private native void INIT();
27
28 private MqContextC (long data, boolean dummy) {
29 super(data,dummy);
30 INIT();
31 }
32
33 // PUBLIC
34
36 public native Object Send(String cstr, Object ... argv);
37
40 public Object ReadNEXT() {
41 return ReadBUF().ToObject();
42 };
43 public List<Object> ReadLIST() {
44 return ReadALL().ToList();
45 };
47
48 // BEGIN-MqContextC - created by 'jv_MqS.tcl -i NHI1_HOME/theLink/c/gen/c_mqmsgque.meta' - DO NOT change
49
53
54 // doc-key: MqContextC,MqContextC-Class-Export,sc_
55
57 public native static MqContextC HandleResolve (int netHdl);
58
59 // doc-key: MqContextC,MqContextC-Class-Export,om_
60
61 // skip class-overload: public native int HandleGet ()
62
64 // MqContextC_Class_JV_API
65
69
70 // doc-key: MqContextC,MqContextC-Class-Introspection,oc_
71
73 public native MqContextC Next ();
74
76 public native MqContextC Prev ();
77
78 // doc-key: MqContextC,MqContextC-Class-Introspection,sc_
79
81 public native static MqContextC Instances ();
82
84 // MqContextC_Class_JV_API
85
89
90 // doc-key: MqContextC,MqContextC-Class-Misc,sc_
91
93 public native static MqContextC GetNull ();
94
96 // MqContextC_Class_JV_API
97
101
102 // doc-key: MqContextC,MqContextC-ClassApi-Class,oc_
103
105 public native MqFactoryC ClassFactoryGet ();
106
107 // doc-key: MqContextC,MqContextC-ClassApi-Class,om_
108
110 public native void ClassFactorySet (MqFactoryC item);
111
113 public native String ClassIdentGet ();
114
116 public native void ClassIdentSet (String ident);
117
119 public native String ClassOriginalIdentGet ();
120
122 // MqContextC_ClassApi_Class_JV_API
123
127
128 // doc-key: MqContextC,MqContextC-ConfigApi-Get,oco
129
132
133 // doc-key: MqContextC,MqContextC-ConfigApi-Get,om_
134
136 public native int ConfigGetBuffersize ();
137
139 public native MqIdentE ConfigGetIdentFrom ();
140
142 public native int ConfigGetIoPipe ();
143
145 public native String ConfigGetIoUds ();
146
148 public native boolean ConfigGetIsParent ();
149
151 public native boolean ConfigGetIsServer ();
152
154 public native boolean ConfigGetIsString ();
155
157 public native String ConfigGetName ();
158
160 public native int ConfigGetPkgsize ();
161
163 public native String ConfigGetPostfix ();
164
166 public native String ConfigGetPrefix ();
167
169 public native MqStartE ConfigGetStartAs ();
170
173
175 public native String ConfigGetStorage ();
176
178 public native long ConfigGetTimeout ();
179
181 public native void ConfigSetConfigFile (String filename);
182
183 // doc-key: MqContextC,MqContextC-ConfigApi-Get,omo
184
186 public native String[] ConfigGetIoTcp ();
187
189 // MqContextC_ConfigApi_Get_JV_API
190
194
195 // doc-key: MqContextC,MqContextC-ConfigApi-Misc,om_
196
198 public native void ConfigReset ();
199
201 // MqContextC_ConfigApi_Misc_JV_API
202
206
207 // doc-key: MqContextC,MqContextC-ConfigApi-Set,om_
208
210 public native boolean ConfigCheckStartAs (MqStartE data);
211
213 public native void ConfigSetAllDebug (int data);
214
216 public native void ConfigSetBuffersize (int data);
217
219 public native void ConfigSetDaemon (String pidfile);
220
222 public native void ConfigSetIdentFrom (MqIdentE data);
223
225 public native void ConfigSetIgnoreExit (boolean data);
226
228 public native void ConfigSetIoPipe (int fh);
229
231 public native void ConfigSetIoTcp (String host, String port, String myhost, String myport);
232
234 public native void ConfigSetIoTcp (MkBufferListC vals);
235
237 public void ConfigSetIoTcp () {
238 ConfigSetIoTcp (null, null, null, null);
239 }
240
242 public void ConfigSetIoTcp (String host) {
243 ConfigSetIoTcp (host, null, null, null);
244 }
245
247 public void ConfigSetIoTcp (String host, String port) {
248 ConfigSetIoTcp (host, port, null, null);
249 }
250
252 public void ConfigSetIoTcp (String host, String port, String myhost) {
253 ConfigSetIoTcp (host, port, myhost, null);
254 }
255
257 public native void ConfigSetIoUds (String file);
258
260 public native void ConfigSetIsServer (boolean data);
261
263 public native void ConfigSetIsString (boolean data);
264
266 public native void ConfigSetName (String data);
267
269 public native void ConfigSetPkgsize (int data);
270
272 public native void ConfigSetPostfix (String data);
273
275 public native void ConfigSetPrefix (String data);
276
278 public native void ConfigSetStartAs (MqStartE data);
279
281 public native void ConfigSetStartAsString (String data);
282
284 public native void ConfigSetStorage (String data);
285
287 public native void ConfigSetTimeout (long data);
288
290 // MqContextC_ConfigApi_Set_JV_API
291
295
296 // doc-key: MqContextC,MqContextC-EnvApi-Env,om_
297
299 public native void EnvProtect ();
300
302 public native void EnvRestore ();
303
305 // MqContextC_EnvApi_Env_JV_API
306
310
311 // doc-key: MqContextC,MqContextC-ErrorApi-Error,oc_
312
314 public native MkErrorC ErrorFORMAT ();
315
316 // doc-key: MqContextC,MqContextC-ErrorApi-Error,om_
317
319 public native MkErrorE ErrorCopy (MqContextC sourceCtx);
320
322 public native MkErrorE ErrorMove (MqContextC sourceCtx);
323
325 // MqContextC_ErrorApi_Error_JV_API
326
330
331 // doc-key: MqContextC,MqContextC-LinkApi-Link,oc_
332
334 public native MqContextC LinkGetParent ();
335
336 // doc-key: MqContextC,MqContextC-LinkApi-Link,om_
337
339 public native void LinkConnect ();
340
342 public native void LinkCreate (MkBufferListC args);
343
345 public native void LinkCreateChild (MqContextC parent, MkBufferListC args);
346
348 public void LinkCreateChild (MqContextC parent, String... args) {
349 LinkCreateChild (parent, new MkBufferListC(args));
350 }
351
353 public void LinkCreateChild (MqContextC parent) {
354 LinkCreateChild (parent, (MkBufferListC) null);
355 }
356
358 public void LinkCreate (String... args) {
359 LinkCreate (new MkBufferListC(args));
360 }
361
363 public void LinkCreate () {
364 LinkCreate ((MkBufferListC) null);
365 }
366
368 public native void LinkDelete ();
369
371 public native int LinkGetCtxId ();
372
374 public native String LinkGetTargetIdent ();
375
377 public native boolean LinkIsConnected ();
378
380 public native boolean LinkIsParent ();
381
383 public native void LinkShutdown ();
384
386 // MqContextC_LinkApi_Link_JV_API
387
391
392 // doc-key: MqContextC,MqContextC-LogApi-Log,om_
393
394 // skip class-overload: public native void Log (MkObjectC fmtobj, int debug, String callfunc, int lvl)
395
397 public native void LogConfig (MkObjectC fmtobj, int debug, String callfunc, int lvl);
398
400 public void LogConfig () {
401 LogConfig ((MkObjectC) null, 0, null, 0);
402 }
403
405 public void LogConfig (MkObjectC fmtobj) {
406 LogConfig (fmtobj, 0, null, 0);
407 }
408
410 public void LogConfig (MkObjectC fmtobj, int debug) {
411 LogConfig (fmtobj, debug, null, 0);
412 }
413
415 public void LogConfig (MkObjectC fmtobj, int debug, String callfunc) {
416 LogConfig (fmtobj, debug, callfunc, 0);
417 }
418
420 public native void LogEnv (MkObjectC fmtobj, int debug, String callfunc, int lvl);
421
423 public void LogEnv () {
424 LogEnv ((MkObjectC) null, 0, null, 0);
425 }
426
428 public void LogEnv (MkObjectC fmtobj) {
429 LogEnv (fmtobj, 0, null, 0);
430 }
431
433 public void LogEnv (MkObjectC fmtobj, int debug) {
434 LogEnv (fmtobj, debug, null, 0);
435 }
436
438 public void LogEnv (MkObjectC fmtobj, int debug, String callfunc) {
439 LogEnv (fmtobj, debug, callfunc, 0);
440 }
441
443 public native void LogLink (MkObjectC fmtobj, int debug, String callfunc, int lvl);
444
446 public void LogLink () {
447 LogLink ((MkObjectC) null, 0, null, 0);
448 }
449
451 public void LogLink (MkObjectC fmtobj) {
452 LogLink (fmtobj, 0, null, 0);
453 }
454
456 public void LogLink (MkObjectC fmtobj, int debug) {
457 LogLink (fmtobj, debug, null, 0);
458 }
459
461 public void LogLink (MkObjectC fmtobj, int debug, String callfunc) {
462 LogLink (fmtobj, debug, callfunc, 0);
463 }
464
466 public native void LogSetup (MkObjectC fmtobj, int debug, String callfunc, int lvl);
467
469 public void LogSetup () {
470 LogSetup ((MkObjectC) null, 0, null, 0);
471 }
472
474 public void LogSetup (MkObjectC fmtobj) {
475 LogSetup (fmtobj, 0, null, 0);
476 }
477
479 public void LogSetup (MkObjectC fmtobj, int debug) {
480 LogSetup (fmtobj, debug, null, 0);
481 }
482
484 public void LogSetup (MkObjectC fmtobj, int debug, String callfunc) {
485 LogSetup (fmtobj, debug, callfunc, 0);
486 }
487
489 public native void LogShort (MkObjectC fmtobj, int debug, String callfunc, int lvl, String label);
490
492 public void LogShort () {
493 LogShort ((MkObjectC) null, 0, null, 0, null);
494 }
495
497 public void LogShort (MkObjectC fmtobj) {
498 LogShort (fmtobj, 0, null, 0, null);
499 }
500
502 public void LogShort (MkObjectC fmtobj, int debug) {
503 LogShort (fmtobj, debug, null, 0, null);
504 }
505
507 public void LogShort (MkObjectC fmtobj, int debug, String callfunc) {
508 LogShort (fmtobj, debug, callfunc, 0, null);
509 }
510
512 public void LogShort (MkObjectC fmtobj, int debug, String callfunc, int lvl) {
513 LogShort (fmtobj, debug, callfunc, lvl, null);
514 }
515
517 public native void LogType (MkObjectC fmtobj, int debug, String callfunc, int lvl);
518
520 public void LogType () {
521 LogType ((MkObjectC) null, 0, null, 0);
522 }
523
525 public void LogType (MkObjectC fmtobj) {
526 LogType (fmtobj, 0, null, 0);
527 }
528
530 public void LogType (MkObjectC fmtobj, int debug) {
531 LogType (fmtobj, debug, null, 0);
532 }
533
535 public void LogType (MkObjectC fmtobj, int debug, String callfunc) {
536 LogType (fmtobj, debug, callfunc, 0);
537 }
538
540 public void Log () {
541 Log ((MkObjectC) null, 0, null, 0);
542 }
543
545 public void Log (MkObjectC fmtobj) {
546 Log (fmtobj, 0, null, 0);
547 }
548
550 public void Log (MkObjectC fmtobj, int debug) {
551 Log (fmtobj, debug, null, 0);
552 }
553
555 public void Log (MkObjectC fmtobj, int debug, String callfunc) {
556 Log (fmtobj, debug, callfunc, 0);
557 }
558
560 public native String LogParentOrChild ();
561
563 public native String LogServerOrClient ();
564
566 // MqContextC_LogApi_Log_JV_API
567
571
572 // doc-key: MqContextC,MqContextC-MiscApi-Misc,oc_
573
575 public native MkBufferC GetBuffer ();
576
578 public native MqContextC GetRoot ();
579
580 // doc-key: MqContextC,MqContextC-MiscApi-Misc,om_
581
582 // skip class-overload: public native String ToString ()
583
585 public native int Exit (String callfunc, String callfile, int callline);
586
588 public int Exit () {
589 return Exit (null, null, -1);
590 }
591
593 public int Exit (String callfunc) {
594 return Exit (callfunc, null, -1);
595 }
596
598 public int Exit (String callfunc, String callfile) {
599 return Exit (callfunc, callfile, -1);
600 }
601
603 public native void ProcessEvent (MqWaitOnEventE wait, long timeout);
604
606 public void ProcessEvent () {
608 }
609
611 public void ProcessEvent (MqWaitOnEventE wait) {
612 ProcessEvent (wait, MkTimeoutE.DEFAULT.get());
613 }
614
616 // MqContextC_MiscApi_Misc_JV_API
617
621
622 // doc-key: MqContextC,MqContextC-ProxyApi-Proxy,om_
623
625 public native void ProxyForward (MqContextC targetCtx, MqDumpC dump, long timeout);
626
628 public void ProxyForward (MqContextC targetCtx) {
629 ProxyForward (targetCtx, (MqDumpC) null, MkTimeoutE.DEFAULT.get());
630 }
631
633 public void ProxyForward (MqContextC targetCtx, MqDumpC dump) {
634 ProxyForward (targetCtx, dump, MkTimeoutE.DEFAULT.get());
635 }
636
638 public native void ProxyItem (MqContextC targetCtx);
639
641 // MqContextC_ProxyApi_Proxy_JV_API
642
646
647 // doc-key: MqContextC,MqContextC-ReadApi-Atom,oci
648
650 public native MkBufferListC ReadALL (MkBufferListC val_inout);
651
654 return ReadALL ((MkBufferListC) null);
655 }
656
657 // doc-key: MqContextC,MqContextC-ReadApi-Atom,oco
658
660 public native MkBufferListC ReadBFL ();
661
663 public native MkBufferC ReadBUF ();
664
665 // doc-key: MqContextC,MqContextC-ReadApi-Atom,omo
666
668 public native byte[] ReadBIN ();
669
671 public native boolean ReadBOL ();
672
674 public native byte[] ReadBinaryR ();
675
677 public native double ReadDBL ();
678
680 public native float ReadFLT ();
681
683 public native int ReadHDL ();
684
686 public native short ReadI16 ();
687
689 public native int ReadI32 ();
690
692 public native long ReadI64 ();
693
695 public native byte ReadI8 ();
696
697 // skip template-required: public native List<Object> ReadLIST ()
698
700 public native long ReadLONG ();
701
702 // skip template-required: public native Object ReadNEXT ()
703
705 public native String ReadSTR ();
706
708 public native String ReadStringR ();
709
711 // MqContextC_ReadApi_Atom_JV_API
712
716
717 // doc-key: MqContextC,MqContextC-ReadApi-Block,om_
718
720 public native void ReadL_END ();
721
723 public native void ReadL_START (MkBufferC buf);
724
726 public void ReadL_START () {
727 ReadL_START ((MkBufferC) null);
728 }
729
731 public native void ReadT_END ();
732
734 public native void ReadT_START ();
735
737 // MqContextC_ReadApi_Block_JV_API
738
742
743 // doc-key: MqContextC,MqContextC-ReadApi-Misc,om_
744
746 public native void ReadDbg ();
747
749 public native MkTypeE ReadGetNextType ();
750
752 public native int ReadGetNumItems ();
753
755 public native boolean ReadItemExists ();
756
758 public native void ReadUndo ();
759
761 // MqContextC_ReadApi_Misc_JV_API
762
766
767 // doc-key: MqContextC,MqContextC-RouteApi-Route,oco
768
770 public native MkBufferListC RouteGetTree ();
771
772 // doc-key: MqContextC,MqContextC-RouteApi-Route,om_
773
775 public native void RouteCreate (String route, String service, boolean overwrite);
776
778 public void RouteCreate (String route, String service) {
779 RouteCreate (route, service, false);
780 }
781
783 public native void RouteDelete (String route, String service, boolean overwrite);
784
786 public void RouteDelete (String route, String service) {
787 RouteDelete (route, service, false);
788 }
789
791 public native MqContextC[] RouteResolve (String ident, int retnum);
792
794 public MqContextC[] RouteResolve (String ident) {
795 return RouteResolve (ident, -1);
796 }
797
799 public native void RouteTraverse (String service, MkBufferListC args);
800
802 public void RouteTraverse (String service, String... args) {
803 RouteTraverse (service, new MkBufferListC(args));
804 }
805
807 public void RouteTraverse (String service) {
808 RouteTraverse (service, (MkBufferListC) null);
809 }
810
811 // doc-key: MqContextC,MqContextC-RouteApi-Route,omo
812
814 public native String RouteGetPath ();
815
817 // MqContextC_RouteApi_Route_JV_API
818
822
823 // doc-key: MqContextC,MqContextC-SendApi-Atom,om_
824
826 public native void SendBFL (MkBufferListC val);
827
829 public native void SendBIN (byte[] val);
830
832 public native void SendBOL (boolean val);
833
835 public native void SendBUF (MkBufferC val);
836
838 public native void SendBUS_FLAT (MkBufferStreamC val);
839
841 public native void SendBinaryR (byte[] val);
842
844 public native void SendDBL (double val);
845
847 public native void SendFLT (float val);
848
850 public native void SendHDL (int val);
851
853 public native void SendI16 (short val);
854
856 public native void SendI32 (int val);
857
859 public native void SendI64 (long val);
860
862 public native void SendI8 (byte val);
863
865 public native void SendLONG (long val);
866
868 public native void SendLTR (int transLId);
869
871 public native void SendL_FLAT (MkBufferListC val);
872
874 public native void SendSTR (String val);
875
877 public native void SendStringR (String val);
878
880 // MqContextC_SendApi_Atom_JV_API
881
885
886 // doc-key: MqContextC,MqContextC-SendApi-Basics,om_
887
889 public native void SendEND (String token, long timeout);
890
892 public void SendEND (String token) {
893 SendEND (token, MkTimeoutE.DEFAULT.get());
894 }
895
897 public native void SendEND_AND_CALLBACK (String token, MqServiceIF callback, long timeout);
898
900 public void SendEND_AND_CALLBACK (String token, MqServiceIF callback) {
901 SendEND_AND_CALLBACK (token, callback, MkTimeoutE.DEFAULT.get());
902 }
903
905 public native void SendEND_AND_SUB (String token, MqServiceIF callback, long timeout);
906
908 public void SendEND_AND_SUB (String token, MqServiceIF callback) {
909 SendEND_AND_SUB (token, callback, MkTimeoutE.DEFAULT.get());
910 }
911
913 public native void SendEND_AND_TRANSACTION (String token, String callback, long timeout);
914
916 public void SendEND_AND_TRANSACTION (String token, String callback) {
917 SendEND_AND_TRANSACTION (token, callback, MkTimeoutE.DEFAULT.get());
918 }
919
921 public native void SendEND_AND_WAIT (String token, long timeout);
922
924 public void SendEND_AND_WAIT (String token) {
925 SendEND_AND_WAIT (token, MkTimeoutE.DEFAULT.get());
926 }
927
929 public native void SendSTART ();
930
932 public native void SendSYNC ();
933
935 // MqContextC_SendApi_Basics_JV_API
936
940
941 // doc-key: MqContextC,MqContextC-SendApi-Block,om_
942
944 public native void SendL_END ();
945
947 public native void SendL_START ();
948
950 public native void SendT_END ();
951
953 public native void SendT_START ();
954
956 // MqContextC_SendApi_Block_JV_API
957
961
962 // doc-key: MqContextC,MqContextC-SendApi-Return,om_
963
965 public native void SendERROR ();
966
968 public native void SendRETURN ();
969
971 public native void SendRETURN_SUB ();
972
974 // MqContextC_SendApi_Return_JV_API
975
979
980 // doc-key: MqContextC,MqContextC-ServiceApi-Service,om_
981
983 public native void ServiceCreate (String token, MqServiceIF callback);
984
986 public native void ServiceDelete (String token);
987
989 public native boolean ServiceIsTransaction ();
990
992 public native void ServiceProxy (String token, int id);
993
995 public native void ServiceProxyCtx (String token, MqContextC target);
996
998 public native boolean ServiceProxyCtxExists (String token, MqContextC target);
999
1001 public native void ServiceProxyRoundRobin (String token, String ident);
1002
1004 public void ServiceProxy (String token) {
1005 ServiceProxy (token, MqSlaveE.OTHER.get());
1006 }
1007
1009 public native void ServiceStorage (String token);
1010
1012 public native boolean ServiceTokenCheck (String token);
1013
1015 public native boolean ServiceTokenExists (String token);
1016
1018 public native String ServiceTokenGet ();
1019
1021 // MqContextC_ServiceApi_Service_JV_API
1022
1026
1027 // doc-key: MqContextC,MqContextC-SlaveApi-Slave,oc_
1028
1030 public native MqContextC SlaveGetMaster ();
1031
1032 // doc-key: MqContextC,MqContextC-SlaveApi-Slave,oco
1033
1035 public native MqContextC SlaveGet (int id);
1036
1038 public native MqContextC SlaveGetFilter ();
1039
1041 public native MqContextC SlaveGetProxy (int id);
1042
1043 // doc-key: MqContextC,MqContextC-SlaveApi-Slave,om_
1044
1046 public native boolean SlaveCheck (int id);
1047
1049 public native void SlaveCreate (int id, MqContextC slave);
1050
1052 public native void SlaveDelete (int id);
1053
1055 public native boolean SlaveIs ();
1056
1058 public native void SlaveWorker (int id, String fct, MkBufferListC args);
1059
1061 public void SlaveWorker (int id, String fct, String... args) {
1062 SlaveWorker (id, fct, new MkBufferListC(args));
1063 }
1064
1066 public void SlaveWorker (int id) {
1067 SlaveWorker (id, "WORKER", (MkBufferListC) null);
1068 }
1069
1071 public void SlaveWorker (int id, String fct) {
1072 SlaveWorker (id, fct, (MkBufferListC) null);
1073 }
1074
1076 // MqContextC_SlaveApi_Slave_JV_API
1077
1081
1082 // doc-key: MqContextC,MqContextC-StorageApi-Storage,oci
1083
1085 public native int StorageDelete (int transLIdP_inout);
1086
1088 public int StorageDelete () {
1089 return StorageDelete (0);
1090 }
1091
1093 public native int StorageImport (int transLIdP_inout);
1094
1096 public int StorageImport () {
1097 return StorageImport (0);
1098 }
1099
1100 // doc-key: MqContextC,MqContextC-StorageApi-Storage,om_
1101
1103 public native void StorageClose ();
1104
1106 public native void StorageDecrRef (int transLId);
1107
1109 public native void StorageIncrRef (int transLId);
1110
1112 public native void StorageLog (String callfunc);
1113
1115 public void StorageLog () {
1116 StorageLog (null);
1117 }
1118
1120 public native void StorageOpen (String storageFile);
1121
1122 // doc-key: MqContextC,MqContextC-StorageApi-Storage,omo
1123
1125 public native int StorageCount ();
1126
1128 public native int StorageErrCnt (int transLId);
1129
1131 public native int StorageExport ();
1132
1134 public native String[] StorageResolve ();
1135
1137 // MqContextC_StorageApi_Storage_JV_API
1138
1142
1143 // doc-key: MqContextC,MqContextC-TOR,sCc
1144
1146 private native static long CTOR (MqContextC tmpl);
1147
1149 private static long CTOR () {
1150 return CTOR ((MqContextC) null);
1151 }
1152
1154 public native static MqContextC Create (MqContextC tmpl);
1155
1157 public MqContextC (MqContextC tmpl) {
1158 this(CTOR(tmpl), true);
1159 }
1160
1162 public static MqContextC Create () {
1163 return Create ((MqContextC) null);
1164 }
1165
1167 public MqContextC () {
1168 this(CTOR((MqContextC) null), true);
1169 }
1170
1172 // MqContextC_TOR_JV_API
1173
1174 // END-MqContextC - created by 'jv_MqS.tcl -i NHI1_HOME/theLink/c/gen/c_mqmsgque.meta' - DO NOT change
1175
1176}
1177
List< Object > ToList()
MqContextC - the class known as ctx or context is the application-handle of the application-server an...
native Object Send(String cstr, Object ... argv)
Java: ctx.Send(String cstr, String... args) → C-API user friendly replacement for the MqContext...
MqDumpC - the class known as dmp or dump is used to export a jvmqmsgque data package as binary …
Definition MqDumpC.java:20
MqFactoryC - the class known as fct or factory is used to provide an interface to create one or more ...
MqMsgque PACKAGE - the package is the toplevel structure of the jvmqmsgque …
Java: enum MqStatusIsEF → C-API
Java: enum MqIdentE → C-API
Definition MqIdentE.java:16
Java: enum MqSlaveE → C-API
Definition MqSlaveE.java:16
Java: enum MqStartE → C-API
Definition MqStartE.java:16
Java: enum MqWaitOnEventE → C-API
native String ClassIdentGet()
Java: String ctx.ClassIdentGet() → C-API get the application-identification …
native String ClassOriginalIdentGet()
Java: String ctx.ClassOriginalIdentGet() → C-API get the MqFactoryS.originalIdent from the MqCo...
native void ClassFactorySet(MqFactoryC item)
Java: ctx.ClassFactorySet(MqFactoryC item) → C-API link the MqContextC to a new MqFactoryC
native void ClassIdentSet(String ident)
Java: ctx.ClassIdentSet(String ident) → C-API link the MqContextC to a new MqFactoryC identifie...
native MqFactoryC ClassFactoryGet()
Java: MqFactoryC ctx.ClassFactoryGet() → C-API get the MqFactoryC used by the MqContextC
static native MqContextC HandleResolve(int netHdl)
Java: [static] MqContextC MqContextC.HandleResolve(int netHdl) → C-API Handle-Resolve-Slot - ret...
native MqContextC Prev()
Java: MqContextC ctx.Prev() → C-API get previous instance from linked-list of MqContextS type
native MqContextC Next()
Java: MqContextC ctx.Next() → C-API get next instance from linked-list of MqContextS type
static native MqContextC GetNull()
Java: [static] MqContextC MqContextC.GetNull() → C-API Null-Slot - return a MqContextC typed NUL...
static native MqContextC Instances()
Java: [static] MqContextC MqContextC.Instances() → C-API get head-instance from linked-list of M...
native String ConfigGetIoUds()
Java: String ctx.ConfigGetIoUds() → C-API return the MqIoUdsConfigS
native String ConfigGetName()
Java: String ctx.ConfigGetName() → C-API get the name of the context object
native String[] ConfigGetIoTcp()
Java: {host:String port:String myhost:String myport:String} ctx.ConfigGetIoTcp() → C-API get th...
native String ConfigGetPostfix()
Java: String ctx.ConfigGetPostfix() → C-API get the MqConfigS.dispPostfix
native int ConfigGetPkgsize()
Java: int ctx.ConfigGetPkgsize() → C-API get the maximun size of a BDY package
native int ConfigGetIoPipe()
Java: int ctx.ConfigGetIoPipe() → C-API return the MqIoPipeConfigS
native MqStartE ConfigGetStartAs()
Java: MqStartE ctx.ConfigGetStartAs() → C-API return the MqConfigS.startAs value
native MqStatusIsEF ConfigGetStatusIs()
Java: MqStatusIsEF ctx.ConfigGetStatusIs() → C-API return the MqContextS.statusIs value
native boolean ConfigGetIsString()
Java: boolean ctx.ConfigGetIsString() → C-API does the context object is using the string-mode ...
native String ConfigGetPrefix()
Java: String ctx.ConfigGetPrefix() → C-API get the MqConfigS.dispPrefix
native MkBufferListC ConfigGetIoTcpL()
Java: MkBufferListC ctx.ConfigGetIoTcpL() → C-API get the configuration-data of the tcp-client-...
native long ConfigGetTimeout()
Java: long ctx.ConfigGetTimeout() → C-API get the timeout value of the context object
native int ConfigGetBuffersize()
Java: int ctx.ConfigGetBuffersize() → C-API get the minimum of the read/send buffersize of the ...
native boolean ConfigGetIsParent()
Java: boolean ctx.ConfigGetIsParent() → C-API does the context object is a parent ?...
native MqIdentE ConfigGetIdentFrom()
Java: MqIdentE ctx.ConfigGetIdentFrom() → C-API get the MqConfigS.identFrom
native String ConfigGetStorage()
Java: String ctx.ConfigGetStorage() → C-API get the storage of the context object
native void ConfigSetConfigFile(String filename)
Java: ctx.ConfigSetConfigFile(String filename) → C-API set the config-file and parse for well-k...
native boolean ConfigGetIsServer()
Java: boolean ctx.ConfigGetIsServer() → C-API does the context object is a server ?
native void ConfigReset()
Java: ctx.ConfigReset() → C-API clean the MqContextS.config data
native void ConfigSetIgnoreExit(boolean data)
Java: ctx.ConfigSetIgnoreExit(boolean data) → C-API set the MqSetupS.ignoreExit value
native void ConfigSetBuffersize(int data)
Java: ctx.ConfigSetBuffersize(int data) → C-API set the MqIoConfigS.buffersize value
native void ConfigSetStartAs(MqStartE data)
Java: ctx.ConfigSetStartAs(MqStartE data) → C-API set the MqConfigS.startAs value
native void ConfigSetPostfix(String data)
Java: ctx.ConfigSetPostfix(String data) → C-API set the client-part (2) of the application-id...
native void ConfigSetStorage(String data)
Java: ctx.ConfigSetStorage(String data) → C-API set the Storage value and cleanup old value
native void ConfigSetIsServer(boolean data)
Java: ctx.ConfigSetIsServer(boolean data) → C-API set the MqSetupS.isServer value
native void ConfigSetIsString(boolean data)
Java: ctx.ConfigSetIsString(boolean data) → C-API set the MqConfigS.native value 'S'string or '...
native void ConfigSetDaemon(String pidfile)
Java: ctx.ConfigSetDaemon(String pidfile) → C-API start the server-context as daemon …
native void ConfigSetAllDebug(int data)
Java: ctx.ConfigSetAllDebug(int data) → C-API set the MkRuntimeS::debug value
native void ConfigSetPrefix(String data)
Java: ctx.ConfigSetPrefix(String data) → C-API set the server-part (1) of the application-ide...
native void ConfigSetStartAsString(String data)
Java: ctx.ConfigSetStartAsString(String data) → C-API set the MqConfigS.startAs value using str...
void ConfigSetIoTcp(String host)
Java: ctx.ConfigSetIoTcp(?String host = null?, ?String port = null?, ?String myhost = null?...
void ConfigSetIoTcp(String host, String port, String myhost)
Java: ctx.ConfigSetIoTcp(?String host = null?, ?String port = null?, ?String myhost = null?...
void ConfigSetIoTcp(String host, String port)
Java: ctx.ConfigSetIoTcp(?String host = null?, ?String port = null?, ?String myhost = null?...
native void ConfigSetIoUds(String file)
Java: ctx.ConfigSetIoUds(String file) → C-API configure a context to use a uds-client-server-...
native void ConfigSetIoTcp(MkBufferListC vals)
Java: ctx.ConfigSetIoTcp(?String host = null?, ?String port = null?, ?String myhost = null?...
void ConfigSetIoTcp()
Java: ctx.ConfigSetIoTcp(?String host = null?, ?String port = null?, ?String myhost = null?...
native void ConfigSetIoTcp(String host, String port, String myhost, String myport)
Java: ctx.ConfigSetIoTcp(?String host = null?, ?String port = null?, ?String myhost = null?...
native void ConfigSetTimeout(long data)
Java: ctx.ConfigSetTimeout(long data) → C-API set the MqIoConfigS.timeout value
native void ConfigSetName(String data)
Java: ctx.ConfigSetName(String data) → C-API set the MqConfigS.dispName value and cleanup old v...
native boolean ConfigCheckStartAs(MqStartE data)
Java: boolean ctx.ConfigCheckStartAs(MqStartE data) → C-API check if MqConfigS....
native void ConfigSetIdentFrom(MqIdentE data)
Java: ctx.ConfigSetIdentFrom(MqIdentE data) → C-API set the MqConfigS.identFrom value
native void ConfigSetPkgsize(int data)
Java: ctx.ConfigSetPkgsize(int data) → C-API set the MqIoConfigS.pkgsize value
native void ConfigSetIoPipe(int fh)
Java: ctx.ConfigSetIoPipe(int fh) → C-API set the pipe configuration data …
native void EnvProtect()
Java: ctx.EnvProtect() → C-API protect the service-environment
native void EnvRestore()
Java: ctx.EnvRestore() → C-API restore the service-environment
native MkErrorC ErrorFORMAT()
Java: MkErrorC fmtobj.ErrorFORMAT() → C-API helper used to access MkErrorDEFAULT from MqContext...
native MkErrorE ErrorCopy(MqContextC sourceCtx)
Java: MkErrorE targetCtx.ErrorCopy(MqContextC sourceCtx) → C-API copy a MkErrorS from the sourc...
native MkErrorE ErrorMove(MqContextC sourceCtx)
Java: MkErrorE targetCtx.ErrorMove(MqContextC sourceCtx) → C-API move a MkErrorS from the sourc...
native void LogLink(MkObjectC fmtobj, int debug, String callfunc, int lvl)
Java: ctx.LogLink(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
void LogEnv()
Java: ctx.LogEnv(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
void LogConfig(MkObjectC fmtobj)
Java: ctx.LogConfig(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
native void LogShort(MkObjectC fmtobj, int debug, String callfunc, int lvl, String label)
Java: ctx.LogShort(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
void LogType(MkObjectC fmtobj, int debug, String callfunc)
Java: ctx.LogType(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
void LogConfig(MkObjectC fmtobj, int debug, String callfunc)
Java: ctx.LogConfig(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
void LogShort()
Java: ctx.LogShort(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
void LogEnv(MkObjectC fmtobj, int debug)
Java: ctx.LogEnv(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
void LogType(MkObjectC fmtobj, int debug)
Java: ctx.LogType(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
void LogShort(MkObjectC fmtobj)
Java: ctx.LogShort(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
void LogLink(MkObjectC fmtobj)
Java: ctx.LogLink(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
void LogShort(MkObjectC fmtobj, int debug)
Java: ctx.LogShort(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
void LogEnv(MkObjectC fmtobj, int debug, String callfunc)
Java: ctx.LogEnv(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
native String LogParentOrChild()
Java: String ctx.LogParentOrChild() → C-API is ctx a PARENT or a CHILD ? …
native void LogConfig(MkObjectC fmtobj, int debug, String callfunc, int lvl)
Java: ctx.LogConfig(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
void LogSetup(MkObjectC fmtobj, int debug)
Java: ctx.LogSetup(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
void LogShort(MkObjectC fmtobj, int debug, String callfunc)
Java: ctx.LogShort(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
void Log()
Java: ctx.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
void LogSetup(MkObjectC fmtobj, int debug, String callfunc)
Java: ctx.LogSetup(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
void LogSetup()
Java: ctx.LogSetup(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
native void LogType(MkObjectC fmtobj, int debug, String callfunc, int lvl)
Java: ctx.LogType(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
void Log(MkObjectC fmtobj)
Java: ctx.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
void Log(MkObjectC fmtobj, int debug)
Java: ctx.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
native void LogSetup(MkObjectC fmtobj, int debug, String callfunc, int lvl)
Java: ctx.LogSetup(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
void Log(MkObjectC fmtobj, int debug, String callfunc)
Java: ctx.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
void LogLink()
Java: ctx.LogLink(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
void LogConfig(MkObjectC fmtobj, int debug)
Java: ctx.LogConfig(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
void LogType(MkObjectC fmtobj)
Java: ctx.LogType(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
void LogConfig()
Java: ctx.LogConfig(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
void LogType()
Java: ctx.LogType(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
native void LogEnv(MkObjectC fmtobj, int debug, String callfunc, int lvl)
Java: ctx.LogEnv(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
void LogEnv(MkObjectC fmtobj)
Java: ctx.LogEnv(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
void LogLink(MkObjectC fmtobj, int debug)
Java: ctx.LogLink(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
void LogSetup(MkObjectC fmtobj)
Java: ctx.LogSetup(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
native String LogServerOrClient()
Java: String ctx.LogServerOrClient() → C-API is ctx a SERVER or a CLIENT ? …
void LogShort(MkObjectC fmtobj, int debug, String callfunc, int lvl)
Java: ctx.LogShort(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
void LogLink(MkObjectC fmtobj, int debug, String callfunc)
Java: ctx.LogLink(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
int Exit(String callfunc, String callfile)
Java: int ctx.Exit(?String callfunc = null?, ?String callfile = null?, ?int callline = -1?...
native int Exit(String callfunc, String callfile, int callline)
Java: int ctx.Exit(?String callfunc = null?, ?String callfile = null?, ?int callline = -1?...
int Exit(String callfunc)
Java: int ctx.Exit(?String callfunc = null?, ?String callfile = null?, ?int callline = -1?...
native void ProcessEvent(MqWaitOnEventE wait, long timeout)
Java: ctx.ProcessEvent(?MqWaitOnEventE wait = MQ_WAIT_NO?, ?long timeout = MkTimeoutE....
void ProcessEvent(MqWaitOnEventE wait)
Java: ctx.ProcessEvent(?MqWaitOnEventE wait = MQ_WAIT_NO?, ?long timeout = MkTimeoutE....
native MkBufferC GetBuffer()
Java: MkBufferC ctx.GetBuffer() → C-API get the MqContextS.ctxbuf object
void ProcessEvent()
Java: ctx.ProcessEvent(?MqWaitOnEventE wait = MQ_WAIT_NO?, ?long timeout = MkTimeoutE....
native MqContextC GetRoot()
Java: MqContextC ctx.GetRoot() → C-API get the Root (toplevel initial context)
int Exit()
Java: int ctx.Exit(?String callfunc = null?, ?String callfile = null?, ?int callline = -1?...
native void ProxyItem(MqContextC targetCtx)
Java: sourceCtx.ProxyItem(MqContextC targetCtx) → C-API Copy a single-data-item from the source...
native void ProxyForward(MqContextC targetCtx, MqDumpC dump, long timeout)
Java: sourceCtx.ProxyForward(MqContextC targetCtx, ?MqDumpC dump = null?, ?long timeout = MkTimeoutE...
void ProxyForward(MqContextC targetCtx, MqDumpC dump)
Java: sourceCtx.ProxyForward(MqContextC targetCtx, ?MqDumpC dump = null?, ?long timeout = MkTimeoutE...
void ProxyForward(MqContextC targetCtx)
Java: sourceCtx.ProxyForward(MqContextC targetCtx, ?MqDumpC dump = null?, ?long timeout = MkTimeoutE...
native long ReadI64()
Java: doc_mq_jv_ReadI64 → C-API read a PRIMITIVE TYPE from the read-data-package …
native MkBufferListC ReadBFL()
Java: MkBufferListC ctx.ReadBFL() → C-API get a temporary MkBufferListC from next list-item in ...
native float ReadFLT()
Java: doc_mq_jv_ReadFLT → C-API read a PRIMITIVE TYPE from the read-data-package …
native boolean ReadBOL()
Java: doc_mq_jv_ReadBOL → C-API read a PRIMITIVE TYPE from the read-data-package …
native byte[] ReadBIN()
Java: doc_mq_jv_ReadBIN → C-API generic function to read an MK_BIN object from the read-data-pac...
native byte ReadI8()
Java: doc_mq_jv_ReadI8 → C-API read a PRIMITIVE TYPE from the read-data-package …
native int ReadHDL()
Java: int ctx.ReadHDL() → C-API read the handle from the read-data-package
native double ReadDBL()
Java: doc_mq_jv_ReadDBL → C-API read a PRIMITIVE TYPE from the read-data-package …
MkBufferListC ReadALL()
Java: MkBufferListC ctx.ReadALL(?MkBufferListC val_inout = null?) → C-API get a temporary MkBuf...
native MkBufferListC ReadALL(MkBufferListC val_inout)
Java: MkBufferListC ctx.ReadALL(?MkBufferListC val_inout = null?) → C-API get a temporary MkBuf...
native byte[] ReadBinaryR()
Java: byte[] ctx.ReadBinaryR() → C-API read a MkBinaryR from the read-data-package …
native long ReadLONG()
Java: long ctx.ReadLONG() → C-API read the long native object from the read-data-package
native String ReadStringR()
Java: String ctx.ReadStringR() → C-API read a MkStringR from the read-data-package …
native int ReadI32()
Java: doc_mq_jv_ReadI32 → C-API read a PRIMITIVE TYPE from the read-data-package …
native MkBufferC ReadBUF()
Java: MkBufferC ctx.ReadBUF() → C-API get a temporary MkBufferC from the read-data-package …
native short ReadI16()
Java: doc_mq_jv_ReadI16 → C-API read a PRIMITIVE TYPE from the read-data-package …
native String ReadSTR()
Java: doc_mq_jv_ReadSTR → C-API read a PRIMITIVE TYPE from the read-data-package …
native void ReadT_START()
Java: ctx.ReadT_START() → C-API start to extract a longterm-transaction-item from the read-data...
native void ReadL_START(MkBufferC buf)
Java: ctx.ReadL_START(?MkBufferC buf = null?) → C-API start to extract a list-items from the re...
void ReadL_START()
Java: ctx.ReadL_START(?MkBufferC buf = null?) → C-API start to extract a list-items from the re...
native void ReadL_END()
Java: ctx.ReadL_END() → C-API finish to extract a list-items from the read-data-package....
native void ReadT_END()
Java: ctx.ReadT_END() → C-API finish to extract a longterm-transaction-item from the read-data-...
List< Object > ReadLIST()
native boolean ReadItemExists()
Java: boolean ctx.ReadItemExists() → C-API check if an item exists in the read-data-package …
native int ReadGetNumItems()
Java: int ctx.ReadGetNumItems() → C-API get the number of items left in the read-data-package …
native MkTypeE ReadGetNextType()
Java: MkTypeE ctx.ReadGetNextType() → C-API get the type (MkTypeE) of the next Item in the read...
native void ReadDbg()
ReadDbg
native void ReadUndo()
Java: ctx.ReadUndo() → C-API undo the last MqContextC READ API function call …
native void RouteDelete(String route, String service, boolean overwrite)
Java: ctx.RouteDelete(String route, String service, ?boolean overwrite = false?) → C-API delete...
native MkBufferListC RouteGetTree()
Java: MkBufferListC ctx.RouteGetTree() → C-API create an overview about all available routing-t...
MqContextC[] RouteResolve(String ident)
Java: MqContextC[] ctx.RouteResolve(String ident, ?int retnum = -1?) → C-API return a list of a...
native String RouteGetPath()
Java: String ctx.RouteGetPath() → C-API return the absolut route-connection-string up to the cu...
native void RouteTraverse(String service, MkBufferListC args)
Java: ctx.RouteTraverse(String service, ?MkBufferListC args = null?) → C-API traverse a tree do...
void RouteTraverse(String service, String... args)
Java: ctx.RouteTraverse(String service, ?MkBufferListC args = null?) → C-API traverse a tree do...
void RouteTraverse(String service)
Java: ctx.RouteTraverse(String service, ?MkBufferListC args = null?) → C-API traverse a tree do...
void RouteCreate(String route, String service)
Java: ctx.RouteCreate(String route, String service, ?boolean overwrite = false?) → C-API create...
native MqContextC[] RouteResolve(String ident, int retnum)
Java: MqContextC[] ctx.RouteResolve(String ident, ?int retnum = -1?) → C-API return a list of a...
void RouteDelete(String route, String service)
Java: ctx.RouteDelete(String route, String service, ?boolean overwrite = false?) → C-API delete...
native void RouteCreate(String route, String service, boolean overwrite)
Java: ctx.RouteCreate(String route, String service, ?boolean overwrite = false?) → C-API create...
native void SendBFL(MkBufferListC val)
Java: ctx.SendBFL(MkBufferListC val) → C-API append a MkBufferListC object to the send-data-pac...
native void SendBUS_FLAT(MkBufferStreamC val)
Java: ctx.SendBUS_FLAT(MkBufferStreamC val) → C-API append a MkBufferStreamC object to the send...
native void SendStringR(String val)
Java: ctx.SendStringR(String val) → C-API MqContextC - append a native PRIMITIVE TYPE value t...
native void SendLTR(int transLId)
SendLTR
native void SendI16(short val)
Java: doc_mq_jv_SendI16 → C-API MqContextC - append a native PRIMITIVE TYPE value to the send-...
native void SendHDL(int val)
Java: ctx.SendHDL(int val) → C-API send the handle to the send-data-package
native void SendL_FLAT(MkBufferListC val)
Java: ctx.SendL_FLAT(MkBufferListC val) → C-API append a MkBufferListC object as flat list of i...
native void SendI32(int val)
Java: doc_mq_jv_SendI32 → C-API MqContextC - append a native PRIMITIVE TYPE value to the send-...
native void SendBinaryR(byte[] val)
Java: ctx.SendBinaryR(byte[] val) → C-API append a MkBinaryR object to the send-data-package....
native void SendBIN(byte[] val)
Java: doc_mq_jv_SendBIN → C-API append a MK_BIN object to the send-data-package....
native void SendBOL(boolean val)
Java: doc_mq_jv_SendBOL → C-API MqContextC - append a native PRIMITIVE TYPE value to the send-...
native void SendBUF(MkBufferC val)
Java: ctx.SendBUF(MkBufferC val) → C-API append a MkBufferC object to the send-data-package obj...
native void SendDBL(double val)
Java: doc_mq_jv_SendDBL → C-API MqContextC - append a native PRIMITIVE TYPE value to the send-...
native void SendI8(byte val)
Java: doc_mq_jv_SendI8 → C-API MqContextC - append a native PRIMITIVE TYPE value to the send-dat...
native void SendFLT(float val)
Java: doc_mq_jv_SendFLT → C-API MqContextC - append a native PRIMITIVE TYPE value to the send-...
native void SendSTR(String val)
Java: doc_mq_jv_SendSTR → C-API MqContextC - append a native PRIMITIVE TYPE value to the send-...
native void SendI64(long val)
Java: doc_mq_jv_SendI64 → C-API MqContextC - append a native PRIMITIVE TYPE value to the send-...
native void SendLONG(long val)
Java: ctx.SendLONG(long val) → C-API send the long native object to the send-data-package
void SendEND_AND_SUB(String token, MqServiceIF callback)
Java: ctx.SendEND_AND_SUB(String token, MqServiceIF callback, ?long timeout = MkTimeoutE....
void SendEND(String token)
Java: ctx.SendEND(String token, ?long timeout = MkTimeoutE.DEFAULT.get()?) → C-API MqContextC -...
native void SendSYNC()
Java: ctx.SendSYNC() → C-API garantee that all pending asynchronous-service-calls are processed...
native void SendEND_AND_SUB(String token, MqServiceIF callback, long timeout)
Java: ctx.SendEND_AND_SUB(String token, MqServiceIF callback, ?long timeout = MkTimeoutE....
native void SendEND_AND_CALLBACK(String token, MqServiceIF callback, long timeout)
Java: ctx.SendEND_AND_CALLBACK(String token, MqServiceIF callback, ?long timeout = MkTimeoutE....
native void SendEND_AND_TRANSACTION(String token, String callback, long timeout)
Java: ctx.SendEND_AND_TRANSACTION(String token, String callback, ?long timeout = MkTimeoutE....
void SendEND_AND_CALLBACK(String token, MqServiceIF callback)
Java: ctx.SendEND_AND_CALLBACK(String token, MqServiceIF callback, ?long timeout = MkTimeoutE....
void SendEND_AND_TRANSACTION(String token, String callback)
Java: ctx.SendEND_AND_TRANSACTION(String token, String callback, ?long timeout = MkTimeoutE....
native void SendSTART()
Java: ctx.SendSTART() → C-API initialize the send-data-package. …
native void SendEND_AND_WAIT(String token, long timeout)
Java: ctx.SendEND_AND_WAIT(String token, ?long timeout = MkTimeoutE.DEFAULT.get()?...
void SendEND_AND_WAIT(String token)
Java: ctx.SendEND_AND_WAIT(String token, ?long timeout = MkTimeoutE.DEFAULT.get()?...
native void SendEND(String token, long timeout)
Java: ctx.SendEND(String token, ?long timeout = MkTimeoutE.DEFAULT.get()?) → C-API MqContextC -...
native void SendL_END()
Java: ctx.SendL_END() → C-API finish to append an embedded body-list-item to the send-data-pack...
native void SendT_END()
Java: ctx.SendT_END() → C-API closed a longterm-transaction-item …
native void SendT_START()
Java: ctx.SendT_START() → C-API open a longterm-transaction-item …
native void SendL_START()
Java: ctx.SendL_START() → C-API start to append an embedded body-list-item to the send-data-pac...
native void SendERROR()
Java: ctx.SendERROR() → C-API send the data from the MkErrorC to the link target ....
native void SendRETURN_SUB()
Java: ctx.SendRETURN_SUB() → C-API return Sub-Data-Blocks required by MqSendEND_AND_SUB …
native void SendRETURN()
Java: ctx.SendRETURN() → C-API MqContextC - finish the send-data-block on the server and option...
void ServiceProxy(String token)
Java: ctx.ServiceProxy(String token, ?int id = MqSlaveE.OTHER.get()?) → C-API create a service ...
native boolean ServiceTokenCheck(String token)
Java: boolean ctx.ServiceTokenCheck(String token) → C-API in an ongoing-service-call check if t...
native void ServiceCreate(String token, MqServiceIF callback)
Java: ctx.ServiceCreate(String token, MqServiceIF callback) → C-API create a link between a ser...
native boolean ServiceIsTransaction()
Java: boolean ctx.ServiceIsTransaction() → C-API check if the ongoing-service-call belongs to a...
native void ServiceProxyCtx(String token, MqContextC target)
Java: ctx.ServiceProxyCtx(String token, MqContextC target) → C-API same as MqServiceProxy but u...
native boolean ServiceTokenExists(String token)
Java: boolean ctx.ServiceTokenExists(String token) → C-API check if the MqContextC_ServiceApi_I...
native String ServiceTokenGet()
Java: String ctx.ServiceTokenGet() → C-API in an ongoing-service-call get the current MqContext...
native void ServiceStorage(String token)
Java: ctx.ServiceStorage(String token) → C-API setup a service listen on a MqContextC_ServiceAp...
native void ServiceDelete(String token)
Java: ctx.ServiceDelete(String token) → C-API delete a service. …
native void ServiceProxy(String token, int id)
Java: ctx.ServiceProxy(String token, ?int id = MqSlaveE.OTHER.get()?) → C-API create a service ...
native boolean ServiceProxyCtxExists(String token, MqContextC target)
Java: boolean ctx.ServiceProxyCtxExists(String token, MqContextC target) → C-API check if servi...
native void ServiceProxyRoundRobin(String token, String ident)
Java: ctx.ServiceProxyRoundRobin(String token, String ident) → C-API create a proxy-service usi...
void SlaveWorker(int id, String fct)
Java: ctx.SlaveWorker(int id, ?String fct = "WORKER"?, ?MkBufferListC args = null?...
native void SlaveDelete(int id)
Java: ctx.SlaveDelete(int id) → C-API Delete a slave object from a master/slave link identified...
native MqContextC SlaveGet(int id)
Java: MqContextC ctx.SlaveGet(int id) → C-API get the slave-context from a master-context …
native void SlaveCreate(int id, MqContextC slave)
Java: ctx.SlaveCreate(int id, MqContextC slave) → C-API create a master/slave link between the ...
void SlaveWorker(int id, String fct, String... args)
Java: ctx.SlaveWorker(int id, ?String fct = "WORKER"?, ?MkBufferListC args = null?...
native MqContextC SlaveGetProxy(int id)
Java: MqContextC ctx.SlaveGetProxy(int id) → C-API on slave return the master and on master ret...
native MqContextC SlaveGetFilter()
Java: MqContextC ctx.SlaveGetFilter() → C-API get the filter-ctx or the master-ctx …
native MqContextC SlaveGetMaster()
Java: MqContextC ctx.SlaveGetMaster() → C-API opposite function of MqSlaveGetFilter
void SlaveWorker(int id)
Java: ctx.SlaveWorker(int id, ?String fct = "WORKER"?, ?MkBufferListC args = null?...
native boolean SlaveIs()
Java: boolean ctx.SlaveIs() → C-API is the context a slave-context ? …
native void SlaveWorker(int id, String fct, MkBufferListC args)
Java: ctx.SlaveWorker(int id, ?String fct = "WORKER"?, ?MkBufferListC args = null?...
native boolean SlaveCheck(int id)
Java: boolean ctx.SlaveCheck(int id) → C-API check if slave-id is valid
native int StorageCount()
Java: int ctx.StorageCount() → C-API count the number of storage-rows …
void StorageLog()
Java: ctx.StorageLog(?String callfunc = null?) → C-API log the storage the status of the open t...
int StorageDelete()
Java: int ctx.StorageDelete(?int transLIdP_inout = 0?) → C-API delete the storage-row identifie...
native void StorageLog(String callfunc)
Java: ctx.StorageLog(?String callfunc = null?) → C-API log the storage the status of the open t...
native String[] StorageResolve()
Java: {otherCtxP:MqContextC otherLIdP:int} ctx.StorageResolve() → C-API extract the context->li...
native int StorageExport()
Java: int ctx.StorageExport() → C-API export the read-data-package into the STORAGE …
int StorageImport()
Java: int ctx.StorageImport(?int transLIdP_inout = 0?) → C-API import the storage-package into ...
native void StorageDecrRef(int transLId)
Java: ctx.StorageDecrRef(int transLId) → C-API decrease the internal refCount lock of the datab...
native int StorageImport(int transLIdP_inout)
Java: int ctx.StorageImport(?int transLIdP_inout = 0?) → C-API import the storage-package into ...
native void StorageOpen(String storageFile)
Java: ctx.StorageOpen(String storageFile) → C-API switch to a file-based-transaction-database …
native void StorageIncrRef(int transLId)
Java: ctx.StorageIncrRef(int transLId) → C-API increase the internal refCount lock of the datab...
native int StorageDelete(int transLIdP_inout)
Java: int ctx.StorageDelete(?int transLIdP_inout = 0?) → C-API delete the storage-row identifie...
native void StorageClose()
Java: ctx.StorageClose() → C-API close the storage. …
native int StorageErrCnt(int transLId)
Java: int ctx.StorageErrCnt(int transLId) → C-API increment and return the database row-error-c...
static MqContextC Create()
Java: [constructor,static] MqContextC MqContextC.Create(?MqContextC tmpl = null?) → C-API create...
MqContextC(MqContextC tmpl)
Java: [constructor,static] MqContextC MqContextC.Create(?MqContextC tmpl = null?) → C-API create...
MqContextC()
Java: [constructor,static] MqContextC MqContextC.Create(?MqContextC tmpl = null?) → C-API create...
static native MqContextC Create(MqContextC tmpl)
Java: [constructor,static] MqContextC MqContextC.Create(?MqContextC tmpl = null?) → C-API create...
static void Setup()
Java: [static] Setup() → C-API setup jvmqmsgque internal memory …
used for callback function pointer management → C-API: MqCallbackS