36 public native static MqFactoryC Add (String ident, Class<?> callback);
39 public static MqFactoryC Add (Class<?> callback) {
40 return Add (callback.getSimpleName(), callback);
160 Log (fmtobj, 0,
null, 0);
165 Log (fmtobj, debug,
null, 0);
170 Log (fmtobj, debug, callfunc, 0);
182 public native
static void LogAll (String callfunc);
208 this(CTOR(constructor, ident),
true);
213 return Add (constructor,
null);
218 this(CTOR(constructor,
null),
true);
222 private native
static long CTOR (Class<?> constructor, String ident);
225 private static long CTOR (Class<?> constructor) {
226 return CTOR (constructor,
null);
MqContextC - the class known as ctx or context is the application-handle of the application-server an...
MqFactoryC - the class known as fct or factory is used to provide an interface to create one or more ...
static MqFactoryC GetCalled(String... args)
Java: [static] MqFactoryC MqFactoryC.GetCalled(?String ident = ""?) → C-API
MqMsgque PACKAGE - the package is the toplevel structure of the jvmqmsgque …
static native MqFactoryC Instances()
Java: [static] MqFactoryC MqFactoryC.Instances() → C-API get head-instance from linked-list of M...
static native MqFactoryC GetNull()
Java: [static] MqFactoryC MqFactoryC.GetNull() → C-API Null-Slot - return a MqFactoryC typed NUL...
native MqFactoryC Prev()
Java: MqFactoryC fct.Prev() → C-API get previous instance from linked-list of MqFactoryS type
native MqFactoryC Next()
Java: MqFactoryC fct.Next() → C-API get next instance from linked-list of MqFactoryS type
static native MqFactoryC HandleResolve(int netHdl)
Java: [static] MqFactoryC MqFactoryC.HandleResolve(int netHdl) → C-API Handle-Resolve-Slot - ret...
native String GetOriginalIdent()
Java: String fct.GetOriginalIdent() → C-API helper function to return MqFactoryS....
static MqFactoryC Get()
Java: [static] MqFactoryC MqFactoryC.Get(?String ident = ""?) → C-API return the MqFactoryC
static native MqFactoryC GetCalled(String ident)
Java: [static] MqFactoryC MqFactoryC.GetCalled(?String ident = ""?) → C-API returns the MqFactor...
static MqFactoryC GetCalled()
Java: [static] MqFactoryC MqFactoryC.GetCalled(?String ident = ""?) → C-API returns the MqFactor...
static native MqFactoryC GetCalled(MkBufferListC largs)
Java: [static] MqFactoryC MqFactoryC.GetCalled(?String ident = ""?) → C-API returns the MqFactor...
static native MqFactoryC Get(String ident)
Java: [static] MqFactoryC MqFactoryC.Get(?String ident = ""?) → C-API return the MqFactoryC
void Log(MkObjectC fmtobj)
Java: fct.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
static native void LogAll(String callfunc)
Java: [static] MqFactoryC.LogAll(?String callfunc = null?) → C-API log all "factories" to stderr
static void LogAll()
Java: [static] MqFactoryC.LogAll(?String callfunc = null?) → C-API log all "factories" to stderr
void Log(MkObjectC fmtobj, int debug, String callfunc)
Java: fct.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
native MqFactoryC Initial()
Java: MqFactoryC fct.Initial() → C-API set the initial-attribut to fct …
static native String DefaultIdent()
Java: [static] String MqFactoryC.DefaultIdent() → C-API return the factory-identifier of the def...
void Log(MkObjectC fmtobj, int debug)
Java: fct.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
void Log()
Java: fct.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
static native String InitialIdent()
Java: [static] String MqFactoryC.InitialIdent() → C-API return the factory-identifier of the ini...
native MqFactoryC Default()
Java: MqFactoryC fct.Default() → C-API set the default-attribute to the factory …
native MqContextC New()
Java: MqContextC fct.New() → C-API create a new MqContextC from a MqFactoryC …
MqFactoryC(Class<?> constructor)
Java: [constructor,static] MqFactoryC MqFactoryC.Add(Class<?> constructor, ?String ident = null?...
static native MqFactoryC Add(Class<?> constructor, String ident)
Java: [constructor,static] MqFactoryC MqFactoryC.Add(Class<?> constructor, ?String ident = null?...
MqFactoryC(Class<?> constructor, String ident)
Java: [constructor,static] MqFactoryC MqFactoryC.Add(Class<?> constructor, ?String ident = null?...
native MqFactoryC Dup2(String ident)
Java: [constructor] MqFactoryC fct.Dup2(String ident) → C-API create a duplicate of the singleto...
static MqFactoryC Add(Class<?> constructor)
Java: [constructor,static] MqFactoryC MqFactoryC.Add(Class<?> constructor, ?String ident = null?...
static void Setup()
Java: [static] Setup() → C-API setup jvmqmsgque internal memory …