|
theLink 10.0
|
tag: nhi1-release-250425 More...
#include "jni_h/jvmqmsgque_MqFactoryC.h"#include "LibMqMsgque_private_jv.h"#include "jni_h/jvmkkernel_MkObjectC.h"#include "jni_h/jvmqmsgque_MqContextC.h"
Include dependency graph for MqFactoryC_jv.c:Go to the source code of this file.
Classes | |
| struct | FactoryCallS |
Macros | |
| #define | META_FILE_NAME "MqFactoryC_jv.c" |
| #define | ClassInit \ |
Functions | |
| jobject | jvmqmsgque_MqFactoryC_ObjNew (MK_RT mkrt, JNIEnv *env, MQ_FCT hdl) |
| static MK_UNUSED jobject | jvmqmsgque_MqFactoryC_ObjCreate (MK_RT mkrt, JNIEnv *env, MQ_FCT hdl) |
| static MK_PTR | jvmqmsgque_MqFactoryC_selfCreate (MK_RT mkrt, MK_OBJ obj, MK_PTR envP) |
| static MK_PTR | jvmqmsgque_sFactorySetup (MK_RT mkrt, JNIEnv *env, jclass class, jmethodID method) |
| static void | jvmqmsgque_sFactoryDataCopy (MK_RT mkrt, MK_PTR *dataP) |
| static void | jvmqmsgque_sFactoryDataFree (MK_RT mkrt, MK_PTR *dataP) |
| static void | jvmqmsgque_sFactoryDTor (MK_RT mkrt, MQ_CTX context, bool dofactoryCleanup, MQ_FCT const fct) |
| static enum MkErrorE | jvmqmsgque_sFactoryCTor (MQ_CALLBACK_FACTORY_CTOR_ARGS) |
| JNIEXPORT jobject JNICALL | Java_jvmqmsgque_MqFactoryC_HandleResolve (JNIEnv *env, jclass class, jint netHdl) |
Java: → C-API Handle-Resolve-Slot - return a MqFactoryC from netHdl or null if invalid… | |
| JNIEXPORT jobject JNICALL | Java_jvmqmsgque_MqFactoryC_Next (JNIEnv *env, jobject self) |
Java: → C-API get next instance from linked-list of MqFactoryS type | |
| JNIEXPORT jobject JNICALL | Java_jvmqmsgque_MqFactoryC_Prev (JNIEnv *env, jobject self) |
Java: → C-API get previous instance from linked-list of MqFactoryS type | |
| JNIEXPORT jobject JNICALL | Java_jvmqmsgque_MqFactoryC_Instances (JNIEnv *env, jclass class) |
Java: → C-API get head-instance from linked-list of MqFactoryS type … | |
| JNIEXPORT jobject JNICALL | Java_jvmqmsgque_MqFactoryC_GetNull (JNIEnv *env, jclass class) |
Java: → C-API Null-Slot - return a MqFactoryC typed NULL instance … | |
| JNIEXPORT jobject JNICALL | Java_jvmqmsgque_MqFactoryC_Get (JNIEnv *env, jclass class, jstring ident) |
Java: → C-API return the MqFactoryC | |
| JNIEXPORT jobject JNICALL | Java_jvmqmsgque_MqFactoryC_GetCalled__Ljava_lang_String_2 (JNIEnv *env, jclass class, jstring ident) |
Java: → C-API returns the MqFactoryC identified by ident … | |
| JNIEXPORT jobject JNICALL | Java_jvmqmsgque_MqFactoryC_GetCalled__Ljvmkkernel_MkBufferListC_2 (JNIEnv *env, jclass class, jobject largs) |
Java: → C-API returns the MqFactoryC identified as first argument in the largs MkBufferListC … | |
| JNIEXPORT jstring JNICALL | Java_jvmqmsgque_MqFactoryC_GetOriginalIdent (JNIEnv *env, jobject self) |
Java: → C-API helper function to return MqFactoryS::originalIdent | |
| JNIEXPORT jobject JNICALL | Java_jvmqmsgque_MqFactoryC_Default (JNIEnv *env, jobject self) |
Java: → C-API set the default-attribute to the factory … | |
| JNIEXPORT jobject JNICALL | Java_jvmqmsgque_MqFactoryC_Initial (JNIEnv *env, jobject self) |
Java: → C-API set the initial-attribut to fct … | |
| JNIEXPORT jobject JNICALL | Java_jvmqmsgque_MqFactoryC_New (JNIEnv *env, jobject self) |
Java: → C-API create a new MqContextC from a MqFactoryC … | |
| JNIEXPORT jstring JNICALL | Java_jvmqmsgque_MqFactoryC_DefaultIdent (JNIEnv *env, jclass class) |
Java: → C-API return the factory-identifier of the default MqFactoryC | |
| JNIEXPORT jstring JNICALL | Java_jvmqmsgque_MqFactoryC_InitialIdent (JNIEnv *env, jclass class) |
Java: → C-API return the factory-identifier of the initial MqFactoryC | |
| JNIEXPORT void JNICALL | Java_jvmqmsgque_MqFactoryC_LogAll (JNIEnv *env, jclass class, jstring callfunc) |
Java: → C-API log all "factories" to stderr | |
| JNIEXPORT jobject JNICALL | Java_jvmqmsgque_MqFactoryC_Dup2 (JNIEnv *env, jobject self, jstring ident) |
Java: → C-API create a duplicate of the singleton object MqFactoryC using a new factory-identifer | |
| JNIEXPORT jobject JNICALL | Java_jvmqmsgque_MqFactoryC_Add (JNIEnv *env, jclass class, jclass constructor, jstring ident) |
Java: → C-API Add a new MqFactoryC identified by factory-identifier and defined by factory-constructor … | |
| JNIEXPORT jlong JNICALL | Java_jvmqmsgque_MqFactoryC_CTOR (JNIEnv *env, jclass class, jclass constructor, jstring ident) |
Java: → C-API Add a new MqFactoryC identified by factory-identifier and defined by factory-constructor … | |
| void | jvmqmsgque_MqFactoryC_Init (MK_RT mkrt, MQ_RT mqrt) |
tag: nhi1-release-250425
Definition in file MqFactoryC_jv.c.
| #define ClassInit \ |
Definition at line 31 of file MqFactoryC_jv.c.
| #define META_FILE_NAME "MqFactoryC_jv.c" |
Definition at line 10 of file MqFactoryC_jv.c.
Definition at line 465 of file MqFactoryC_jv.c.
|
static |
Definition at line 22 of file MqFactoryC_jv.c.
Definition at line 16 of file MqFactoryC_jv.c.
Definition at line 26 of file MqFactoryC_jv.c.
|
static |
Definition at line 101 of file MqFactoryC_jv.c.
Definition at line 65 of file MqFactoryC_jv.c.
Definition at line 77 of file MqFactoryC_jv.c.
|
static |
Definition at line 91 of file MqFactoryC_jv.c.
|
static |
Definition at line 49 of file MqFactoryC_jv.c.