MqFactoryC - various functions to work on a factory … More...
Collaboration diagram for MqFactoryC_Misc_JV_API:MqFactoryC - various functions to work on a factory …
| native MqFactoryC jvmqmsgque.MqFactoryC.Default | ( | ) |
Java: → C-API MqFactoryC fct.Default()
set the default-attribute to the factory …
|
static |
Java: → C-API [static] String MqFactoryC.DefaultIdent()
return the factory-identifier of the default MqFactoryC
| native MqFactoryC jvmqmsgque.MqFactoryC.Initial | ( | ) |
Java: → C-API MqFactoryC fct.Initial()
set the initial-attribut to fct …
|
static |
Java: → C-API [static] String MqFactoryC.InitialIdent()
return the factory-identifier of the initial MqFactoryC
| JNIEXPORT jobject JNICALL Java_jvmqmsgque_MqFactoryC_Default | ( | JNIEnv * | env, |
| jobject | self ) |
Java: → C-API MqFactoryC fct.Default()
set the default-attribute to the factory …
Definition at line 306 of file MqFactoryC_jv.c.
| JNIEXPORT jstring JNICALL Java_jvmqmsgque_MqFactoryC_DefaultIdent | ( | JNIEnv * | env, |
| jclass | class ) |
Java: → C-API [static] String MqFactoryC.DefaultIdent()
return the factory-identifier of the default MqFactoryC
Definition at line 352 of file MqFactoryC_jv.c.
| JNIEXPORT jobject JNICALL Java_jvmqmsgque_MqFactoryC_Initial | ( | JNIEnv * | env, |
| jobject | self ) |
Java: → C-API MqFactoryC fct.Initial()
set the initial-attribut to fct …
Definition at line 318 of file MqFactoryC_jv.c.
| JNIEXPORT jstring JNICALL Java_jvmqmsgque_MqFactoryC_InitialIdent | ( | JNIEnv * | env, |
| jclass | class ) |
Java: → C-API [static] String MqFactoryC.InitialIdent()
return the factory-identifier of the initial MqFactoryC
Definition at line 360 of file MqFactoryC_jv.c.
| JNIEXPORT void JNICALL Java_jvmqmsgque_MqFactoryC_LogAll | ( | JNIEnv * | env, |
| jclass | class, | ||
| jstring | callfunc ) |
Java: → C-API [static] MqFactoryC.LogAll(?String callfunc = null?)
log all "factories" to stderr
Definition at line 368 of file MqFactoryC_jv.c.
| JNIEXPORT jobject JNICALL Java_jvmqmsgque_MqFactoryC_New | ( | JNIEnv * | env, |
| jobject | self ) |
Java: → C-API MqContextC fct.New()
create a new MqContextC from a MqFactoryC …
Definition at line 332 of file MqFactoryC_jv.c.
| void jvmqmsgque.MqFactoryC.Log | ( | ) |
Java: → C-API fct.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?)
log the MqFactoryC …
Definition at line 154 of file MqFactoryC.java.
Here is the caller graph for this function:| void jvmqmsgque.MqFactoryC.Log | ( | MkObjectC | fmtobj | ) |
Java: → C-API fct.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?)
log the MqFactoryC …
Definition at line 159 of file MqFactoryC.java.
| void jvmqmsgque.MqFactoryC.Log | ( | MkObjectC | fmtobj, |
| int | debug ) |
Java: → C-API fct.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?)
log the MqFactoryC …
Definition at line 164 of file MqFactoryC.java.
| void jvmqmsgque.MqFactoryC.Log | ( | MkObjectC | fmtobj, |
| int | debug, | ||
| String | callfunc ) |
Java: → C-API fct.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?)
log the MqFactoryC …
Definition at line 169 of file MqFactoryC.java.
|
static |
Java: → C-API [static] MqFactoryC.LogAll(?String callfunc = null?)
log all "factories" to stderr
Definition at line 185 of file MqFactoryC.java.
Here is the caller graph for this function:
|
static |
Java: → C-API [static] MqFactoryC.LogAll(?String callfunc = null?)
log all "factories" to stderr
| native MqContextC jvmqmsgque.MqFactoryC.New | ( | ) |
Java: → C-API MqContextC fct.New()
create a new MqContextC from a MqFactoryC …