26 private native
void INIT();
28 private MqContextC (
long data,
boolean dummy) {
36 public native Object
Send(String cstr, Object ... argv);
231 public native
void ConfigSetIoTcp (String host, String port, String myhost, String myport);
429 LogEnv (fmtobj, 0,
null, 0);
434 LogEnv (fmtobj, debug,
null, 0);
439 LogEnv (fmtobj, debug, callfunc, 0);
457 LogLink (fmtobj, debug,
null, 0);
462 LogLink (fmtobj, debug, callfunc, 0);
485 LogSetup (fmtobj, debug, callfunc, 0);
489 public native
void LogShort (
MkObjectC fmtobj,
int debug, String callfunc,
int lvl, String label);
498 LogShort (fmtobj, 0,
null, 0,
null);
503 LogShort (fmtobj, debug,
null, 0,
null);
508 LogShort (fmtobj, debug, callfunc, 0,
null);
513 LogShort (fmtobj, debug, callfunc, lvl,
null);
531 LogType (fmtobj, debug,
null, 0);
536 LogType (fmtobj, debug, callfunc, 0);
546 Log (fmtobj, 0,
null, 0);
551 Log (fmtobj, debug,
null, 0);
556 Log (fmtobj, debug, callfunc, 0);
585 public native
int Exit (String callfunc, String callfile,
int callline);
589 return Exit (
null,
null, -1);
593 public int Exit (String callfunc) {
594 return Exit (callfunc,
null, -1);
598 public int Exit (String callfunc, String callfile) {
599 return Exit (callfunc, callfile, -1);
775 public native
void RouteCreate (String route, String service,
boolean overwrite);
783 public native
void RouteDelete (String route, String service,
boolean overwrite);
889 public native
void SendEND (String token,
long timeout);
1146 private native
static long CTOR (
MqContextC tmpl);
1149 private static long CTOR () {
1158 this(CTOR(tmpl),
true);
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 …
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
Java: enum MqSlaveE → C-API
Java: enum MqStartE → C-API
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 MqContextC LinkGetParent()
Java: MqContextC ctx.LinkGetParent() → C-API get the initial parent-context from a client/serve...
void LinkCreateChild(MqContextC parent)
Java: ctx.LinkCreateChild(MqContextC parent, ?MkBufferListC args = null?) → C-API make a contex...
native boolean LinkIsConnected()
Java: boolean ctx.LinkIsConnected() → C-API is the context connected? …
native void LinkDelete()
Java: ctx.LinkDelete() → C-API close the client-server-link …
native void LinkShutdown()
Java: ctx.LinkShutdown() → C-API shutdown the communication with a server
void LinkCreate()
Java: ctx.LinkCreate(?MkBufferListC args = null?) → C-API make ctx to a parent-context and setu...
native void LinkCreate(MkBufferListC args)
Java: ctx.LinkCreate(?MkBufferListC args = null?) → C-API make ctx to a parent-context and setu...
void LinkCreateChild(MqContextC parent, String... args)
Java: ctx.LinkCreateChild(MqContextC parent, ?MkBufferListC args = null?) → C-API make a contex...
native boolean LinkIsParent()
Java: boolean ctx.LinkIsParent() → C-API is the context a parent-context? …
native int LinkGetCtxId()
Java: int ctx.LinkGetCtxId() → C-API get an identifier which is unique per parent-or-child-cont...
native void LinkCreateChild(MqContextC parent, MkBufferListC args)
Java: ctx.LinkCreateChild(MqContextC parent, ?MkBufferListC args = null?) → C-API make a contex...
void LinkCreate(String... args)
Java: ctx.LinkCreate(?MkBufferListC args = null?) → C-API make ctx to a parent-context and setu...
native String LinkGetTargetIdent()
Java: String ctx.LinkGetTargetIdent() → C-API get the ident of the link-target …
native void LinkConnect()
Java: ctx.LinkConnect() → C-API re-connect a client-server-link after a server crash or a netwo...
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