MqContextC - various function to 'get' the configuration-data from a context … More...
MqContextC - various function to 'get' the configuration-data from a context …
native int jvmqmsgque.MqContextC.ConfigGetBuffersize | ( | ) |
Java:
→ C-API int ctx.ConfigGetBuffersize()
get the minimum of the read/send buffersize of the socket
native MqIdentE jvmqmsgque.MqContextC.ConfigGetIdentFrom | ( | ) |
Java:
→ C-API MqIdentE ctx.ConfigGetIdentFrom()
get the MqConfigS.identFrom
native int jvmqmsgque.MqContextC.ConfigGetIoPipe | ( | ) |
Java:
→ C-API int ctx.ConfigGetIoPipe()
return the MqIoPipeConfigS
native String[] jvmqmsgque.MqContextC.ConfigGetIoTcp | ( | ) |
Java:
→ C-API {host:String port:String myhost:String myport:String} ctx.ConfigGetIoTcp()
get the configuration-data of the tcp-client-server-link …
native MkBufferListC jvmqmsgque.MqContextC.ConfigGetIoTcpL | ( | ) |
Java:
→ C-API MkBufferListC ctx.ConfigGetIoTcpL()
get the configuration-data of the tcp-client-server-link as MkBufferListC …
native String jvmqmsgque.MqContextC.ConfigGetIoUds | ( | ) |
Java:
→ C-API String ctx.ConfigGetIoUds()
return the MqIoUdsConfigS
native boolean jvmqmsgque.MqContextC.ConfigGetIsParent | ( | ) |
Java:
→ C-API boolean ctx.ConfigGetIsParent()
does the context object is a parent ? An objext is a parent id the MqConfigS.parent attribute is null
native boolean jvmqmsgque.MqContextC.ConfigGetIsServer | ( | ) |
Java:
→ C-API boolean ctx.ConfigGetIsServer()
does the context object is a server ?
native boolean jvmqmsgque.MqContextC.ConfigGetIsString | ( | ) |
Java:
→ C-API boolean ctx.ConfigGetIsString()
does the context object is using the string-mode ?
native String jvmqmsgque.MqContextC.ConfigGetName | ( | ) |
Java:
→ C-API String ctx.ConfigGetName()
get the name of the context object
native int jvmqmsgque.MqContextC.ConfigGetPkgsize | ( | ) |
Java:
→ C-API int ctx.ConfigGetPkgsize()
get the maximun size of a BDY package
native String jvmqmsgque.MqContextC.ConfigGetPostfix | ( | ) |
Java:
→ C-API String ctx.ConfigGetPostfix()
get the MqConfigS.dispPostfix
native String jvmqmsgque.MqContextC.ConfigGetPrefix | ( | ) |
Java:
→ C-API String ctx.ConfigGetPrefix()
get the MqConfigS.dispPrefix
native MqStartE jvmqmsgque.MqContextC.ConfigGetStartAs | ( | ) |
Java:
→ C-API MqStartE ctx.ConfigGetStartAs()
return the MqConfigS.startAs value
native MqStatusIsEF jvmqmsgque.MqContextC.ConfigGetStatusIs | ( | ) |
Java:
→ C-API MqStatusIsEF ctx.ConfigGetStatusIs()
return the MqContextS.statusIs value
native String jvmqmsgque.MqContextC.ConfigGetStorage | ( | ) |
Java:
→ C-API String ctx.ConfigGetStorage()
get the storage of the context object
native long jvmqmsgque.MqContextC.ConfigGetTimeout | ( | ) |
Java:
→ C-API long ctx.ConfigGetTimeout()
get the timeout value of the context object
native void jvmqmsgque.MqContextC.ConfigSetConfigFile | ( | String | filename | ) |
Java:
→ C-API ctx.ConfigSetConfigFile(String filename)
set the config-file and parse for well-known config-items
JNIEXPORT jint JNICALL Java_jvmqmsgque_MqContextC_ConfigGetBuffersize | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API int ctx.ConfigGetBuffersize()
get the minimum of the read/send buffersize of the socket
Definition at line 294 of file MqContextC_jv.c.
JNIEXPORT jobject JNICALL Java_jvmqmsgque_MqContextC_ConfigGetIdentFrom | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API MqIdentE ctx.ConfigGetIdentFrom()
get the MqConfigS::identFrom
Definition at line 306 of file MqContextC_jv.c.
JNIEXPORT jint JNICALL Java_jvmqmsgque_MqContextC_ConfigGetIoPipe | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API int ctx.ConfigGetIoPipe()
return the MqIoPipeConfigS
Definition at line 318 of file MqContextC_jv.c.
JNIEXPORT jobjectArray JNICALL Java_jvmqmsgque_MqContextC_ConfigGetIoTcp | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API {host:String port:String myhost:String myport:String} ctx.ConfigGetIoTcp()
get the configuration-data of the tcp-client-server-link …
Definition at line 490 of file MqContextC_jv.c.
JNIEXPORT jobject JNICALL Java_jvmqmsgque_MqContextC_ConfigGetIoTcpL | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API MkBufferListC ctx.ConfigGetIoTcpL()
get the configuration-data of the tcp-client-server-link as MkBufferListC …
Definition at line 278 of file MqContextC_jv.c.
JNIEXPORT jstring JNICALL Java_jvmqmsgque_MqContextC_ConfigGetIoUds | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API String ctx.ConfigGetIoUds()
return the MqIoUdsConfigS
Definition at line 330 of file MqContextC_jv.c.
JNIEXPORT jboolean JNICALL Java_jvmqmsgque_MqContextC_ConfigGetIsParent | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API boolean ctx.ConfigGetIsParent()
does the context object is a parent ? An objext is a parent id the MqConfigS::parent attribute is null
Definition at line 342 of file MqContextC_jv.c.
JNIEXPORT jboolean JNICALL Java_jvmqmsgque_MqContextC_ConfigGetIsServer | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API boolean ctx.ConfigGetIsServer()
does the context object is a server ?
Definition at line 354 of file MqContextC_jv.c.
JNIEXPORT jboolean JNICALL Java_jvmqmsgque_MqContextC_ConfigGetIsString | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API boolean ctx.ConfigGetIsString()
does the context object is using the string-mode ?
Definition at line 366 of file MqContextC_jv.c.
JNIEXPORT jstring JNICALL Java_jvmqmsgque_MqContextC_ConfigGetName | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API String ctx.ConfigGetName()
get the name of the context object
Definition at line 378 of file MqContextC_jv.c.
JNIEXPORT jint JNICALL Java_jvmqmsgque_MqContextC_ConfigGetPkgsize | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API int ctx.ConfigGetPkgsize()
get the maximun size of a BDY package
Definition at line 390 of file MqContextC_jv.c.
JNIEXPORT jstring JNICALL Java_jvmqmsgque_MqContextC_ConfigGetPostfix | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API String ctx.ConfigGetPostfix()
get the MqConfigS::dispPostfix
Definition at line 402 of file MqContextC_jv.c.
JNIEXPORT jstring JNICALL Java_jvmqmsgque_MqContextC_ConfigGetPrefix | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API String ctx.ConfigGetPrefix()
get the MqConfigS::dispPrefix
Definition at line 414 of file MqContextC_jv.c.
JNIEXPORT jobject JNICALL Java_jvmqmsgque_MqContextC_ConfigGetStartAs | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API MqStartE ctx.ConfigGetStartAs()
return the MqConfigS::startAs value
Definition at line 426 of file MqContextC_jv.c.
JNIEXPORT jobject JNICALL Java_jvmqmsgque_MqContextC_ConfigGetStatusIs | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API MqStatusIsEF ctx.ConfigGetStatusIs()
return the MqContextS::statusIs value
Definition at line 438 of file MqContextC_jv.c.
JNIEXPORT jstring JNICALL Java_jvmqmsgque_MqContextC_ConfigGetStorage | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API String ctx.ConfigGetStorage()
get the storage of the context object
Definition at line 450 of file MqContextC_jv.c.
JNIEXPORT jlong JNICALL Java_jvmqmsgque_MqContextC_ConfigGetTimeout | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API long ctx.ConfigGetTimeout()
get the timeout value of the context object
Definition at line 462 of file MqContextC_jv.c.
JNIEXPORT void JNICALL Java_jvmqmsgque_MqContextC_ConfigSetConfigFile | ( | JNIEnv * | env, |
jobject | self, | ||
jstring | filename ) |
Java:
→ C-API ctx.ConfigSetConfigFile(String filename)
set the config-file and parse for well-known config-items
Definition at line 474 of file MqContextC_jv.c.