MqContextC - various functions to work on a context … More...
Collaboration diagram for MqContextC_Misc_JV_API:MqContextC - various functions to work on a context …
| int jvmqmsgque.MqContextC.Exit | ( | ) |
Java: → C-API int ctx.Exit(?String callfunc = null?, ?String callfile = null?, ?int callline = -1?)
delete the context and exit the current process or thread …
Definition at line 588 of file MqContextC.java.
Here is the caller graph for this function:| int jvmqmsgque.MqContextC.Exit | ( | String | callfunc | ) |
Java: → C-API int ctx.Exit(?String callfunc = null?, ?String callfile = null?, ?int callline = -1?)
delete the context and exit the current process or thread …
Definition at line 593 of file MqContextC.java.
| int jvmqmsgque.MqContextC.Exit | ( | String | callfunc, |
| String | callfile ) |
Java: → C-API int ctx.Exit(?String callfunc = null?, ?String callfile = null?, ?int callline = -1?)
delete the context and exit the current process or thread …
Definition at line 598 of file MqContextC.java.
| native int jvmqmsgque.MqContextC.Exit | ( | String | callfunc, |
| String | callfile, | ||
| int | callline ) |
Java: → C-API int ctx.Exit(?String callfunc = null?, ?String callfile = null?, ?int callline = -1?)
delete the context and exit the current process or thread …
| native MkBufferC jvmqmsgque.MqContextC.GetBuffer | ( | ) |
Java: → C-API MkBufferC ctx.GetBuffer()
get the MqContextS.ctxbuf object
| native MqContextC jvmqmsgque.MqContextC.GetRoot | ( | ) |
Java: → C-API MqContextC ctx.GetRoot()
get the Root (toplevel initial context)
| JNIEXPORT jint JNICALL Java_jvmqmsgque_MqContextC_Exit | ( | JNIEnv * | env, |
| jobject | self, | ||
| jstring | callfunc, | ||
| jstring | callfile, | ||
| jint | callline ) |
Java: → C-API int ctx.Exit(?String callfunc = null?, ?String callfile = null?, ?int callline = -1?)
delete the context and exit the current process or thread …
Definition at line 1197 of file MqContextC_jv.c.
| JNIEXPORT jobject JNICALL Java_jvmqmsgque_MqContextC_GetBuffer | ( | JNIEnv * | env, |
| jobject | self ) |
Java: → C-API MkBufferC ctx.GetBuffer()
get the MqContextS::ctxbuf object
Definition at line 1169 of file MqContextC_jv.c.
| JNIEXPORT jobject JNICALL Java_jvmqmsgque_MqContextC_GetRoot | ( | JNIEnv * | env, |
| jobject | self ) |
Java: → C-API MqContextC ctx.GetRoot()
get the Root (toplevel initial context)
Definition at line 1181 of file MqContextC_jv.c.
| JNIEXPORT void JNICALL Java_jvmqmsgque_MqContextC_ProcessEvent | ( | JNIEnv * | env, |
| jobject | self, | ||
| jobject | wait, | ||
| jlong | timeout ) |
Java: → C-API ctx.ProcessEvent(?MqWaitOnEventE wait = MQ_WAIT_NO?, ?long timeout = MkTimeoutE.DEFAULT.get()?)
enter the event-loop and wait for an incoming service-request. …
Definition at line 1221 of file MqContextC_jv.c.
| void jvmqmsgque.MqContextC.ProcessEvent | ( | ) |
Java: → C-API ctx.ProcessEvent(?MqWaitOnEventE wait = MQ_WAIT_NO?, ?long timeout = MkTimeoutE.DEFAULT.get()?)
enter the event-loop and wait for an incoming service-request. …
Definition at line 606 of file MqContextC.java.
Here is the caller graph for this function:| void jvmqmsgque.MqContextC.ProcessEvent | ( | MqWaitOnEventE | wait | ) |
Java: → C-API ctx.ProcessEvent(?MqWaitOnEventE wait = MQ_WAIT_NO?, ?long timeout = MkTimeoutE.DEFAULT.get()?)
enter the event-loop and wait for an incoming service-request. …
Definition at line 611 of file MqContextC.java.
| native void jvmqmsgque.MqContextC.ProcessEvent | ( | MqWaitOnEventE | wait, |
| long | timeout ) |
Java: → C-API ctx.ProcessEvent(?MqWaitOnEventE wait = MQ_WAIT_NO?, ?long timeout = MkTimeoutE.DEFAULT.get()?)
enter the event-loop and wait for an incoming service-request. …