MqFactoryC - various functions to create, initialize and destroy a factory … More...
Functions | |
native MqFactoryC | jvmqmsgque.MqFactoryC.Dup2 (String ident) |
Java: → C-API create a duplicate of the singleton object MqFactoryC using a new factory-identifer | |
static native MqFactoryC | jvmqmsgque.MqFactoryC.Add (Class<?> constructor, String ident) |
Java: → C-API Add a new MqFactoryC identified by factory-identifier and defined by factory-constructor … | |
jvmqmsgque.MqFactoryC.MqFactoryC (Class<?> constructor, String ident) | |
Java: → C-API Add a new MqFactoryC identified by factory-identifier and defined by factory-constructor … | |
static MqFactoryC | jvmqmsgque.MqFactoryC.Add (Class<?> constructor) |
Java: → C-API Add a new MqFactoryC identified by factory-identifier and defined by factory-constructor … | |
jvmqmsgque.MqFactoryC.MqFactoryC (Class<?> constructor) | |
Java: → C-API Add a new MqFactoryC identified by factory-identifier and defined by factory-constructor … | |
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 … | |
MqFactoryC - various functions to create, initialize and destroy a factory …
|
static |
Java:
→ C-API [constructor,static] MqFactoryC MqFactoryC.Add(Class<?> constructor, ?String ident = null?)
Add a new MqFactoryC identified by factory-identifier and defined by factory-constructor …
Definition at line 212 of file MqFactoryC.java.
|
static |
Java:
→ C-API [constructor,static] MqFactoryC MqFactoryC.Add(Class<?> constructor, ?String ident = null?)
Add a new MqFactoryC identified by factory-identifier and defined by factory-constructor …
native MqFactoryC jvmqmsgque.MqFactoryC.Dup2 | ( | String | ident | ) |
Java:
→ C-API [constructor] MqFactoryC fct.Dup2(String ident)
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 [constructor,static] MqFactoryC MqFactoryC.Add(Class<?> constructor, ?String ident = null?)
Add a new MqFactoryC identified by factory-identifier and defined by factory-constructor …
Definition at line 413 of file MqFactoryC_jv.c.
JNIEXPORT jlong JNICALL Java_jvmqmsgque_MqFactoryC_CTOR | ( | JNIEnv * | env, |
jclass | class, | ||
jclass | constructor, | ||
jstring | ident ) |
Java:
→ C-API [constructor,static] MqFactoryC MqFactoryC.Add(Class<?> constructor, ?String ident = null?)
Add a new MqFactoryC identified by factory-identifier and defined by factory-constructor …
Definition at line 436 of file MqFactoryC_jv.c.
JNIEXPORT jobject JNICALL Java_jvmqmsgque_MqFactoryC_Dup2 | ( | JNIEnv * | env, |
jobject | self, | ||
jstring | ident ) |
Java:
→ C-API [constructor] MqFactoryC fct.Dup2(String ident)
create a duplicate of the singleton object MqFactoryC using a new factory-identifer
Definition at line 392 of file MqFactoryC_jv.c.
jvmqmsgque.MqFactoryC.MqFactoryC | ( | Class<?> | constructor | ) |
Java:
→ C-API [constructor,static] MqFactoryC MqFactoryC.Add(Class<?> constructor, ?String ident = null?)
Add a new MqFactoryC identified by factory-identifier and defined by factory-constructor …
Definition at line 217 of file MqFactoryC.java.
jvmqmsgque.MqFactoryC.MqFactoryC | ( | Class<?> | constructor, |
String | ident ) |
Java:
→ C-API [constructor,static] MqFactoryC MqFactoryC.Add(Class<?> constructor, ?String ident = null?)
Add a new MqFactoryC identified by factory-identifier and defined by factory-constructor …
Definition at line 207 of file MqFactoryC.java.