MqMsgque PACKAGE - enum definition … More...
Collaboration diagram for MqMsgque_Enum_JV_API:Classes | |
| enum | jvmqmsgque.MqIdentE |
Java: enum MqIdentE → C-API More... | |
| enum | jvmqmsgque.MqSlaveE |
Java: enum MqSlaveE → C-API More... | |
| enum | jvmqmsgque.MqStartE |
Java: enum MqStartE → C-API More... | |
| class | jvmqmsgque.MqStatusIsEF |
Java: enum MqStatusIsEF → C-API More... | |
| enum | jvmqmsgque.MqWaitOnEventE |
Java: enum MqWaitOnEventE → C-API More... | |
MqMsgque PACKAGE - enum definition …
read more at: MkKernel_Enum_C_API
read more at: MkKernel_Enum_C_API
|
static |
Java: → C-API [static] MqIdentE IdentE_FromInt(int value)
return the MqIdentE from integer …
Here is the caller graph for this function:
|
static |
Java: → C-API [static] int IdentE_ToInt(MqIdentE value)
return the MqIdentE as integer …
|
static |
Java: → C-API [static] String IdentE_ToString(MqIdentE value)
return the MqIdentE as string …
| JNIEXPORT jobject JNICALL Java_jvmqmsgque_MqMsgque_IdentE_1FromInt | ( | JNIEnv * | env, |
| jclass | class, | ||
| jint | value ) |
Java: → C-API [static] MqIdentE IdentE_FromInt(int value)
return the MqIdentE from integer …
Definition at line 48 of file LibMqMsgque_jv.c.
| JNIEXPORT jint JNICALL Java_jvmqmsgque_MqMsgque_IdentE_1ToInt | ( | JNIEnv * | env, |
| jclass | class, | ||
| jobject | value ) |
Java: → C-API [static] int IdentE_ToInt(MqIdentE value)
return the MqIdentE as integer …
Definition at line 110 of file LibMqMsgque_jv.c.
| JNIEXPORT jstring JNICALL Java_jvmqmsgque_MqMsgque_IdentE_1ToString | ( | JNIEnv * | env, |
| jclass | class, | ||
| jobject | value ) |
Java: → C-API [static] String IdentE_ToString(MqIdentE value)
return the MqIdentE as string …
Definition at line 122 of file LibMqMsgque_jv.c.
| JNIEXPORT jobject JNICALL Java_jvmqmsgque_MqMsgque_SlaveE_1FromInt | ( | JNIEnv * | env, |
| jclass | class, | ||
| jint | value ) |
Java: → C-API [static] MqSlaveE SlaveE_FromInt(int value)
return the MqSlaveE from integer …
Definition at line 60 of file LibMqMsgque_jv.c.
| JNIEXPORT jint JNICALL Java_jvmqmsgque_MqMsgque_SlaveE_1ToInt | ( | JNIEnv * | env, |
| jclass | class, | ||
| jobject | value ) |
Java: → C-API [static] int SlaveE_ToInt(MqSlaveE value)
return the MqSlaveE as integer …
Definition at line 134 of file LibMqMsgque_jv.c.
| JNIEXPORT jstring JNICALL Java_jvmqmsgque_MqMsgque_SlaveE_1ToString | ( | JNIEnv * | env, |
| jclass | class, | ||
| jobject | value ) |
Java: → C-API [static] String SlaveE_ToString(MqSlaveE value)
return the MqSlaveE as string …
Definition at line 146 of file LibMqMsgque_jv.c.
| JNIEXPORT jobject JNICALL Java_jvmqmsgque_MqMsgque_StartE_1FromInt | ( | JNIEnv * | env, |
| jclass | class, | ||
| jint | value ) |
Java: → C-API [static] MqStartE StartE_FromInt(int value)
return the MqStartE from integer …
Definition at line 72 of file LibMqMsgque_jv.c.
| JNIEXPORT jint JNICALL Java_jvmqmsgque_MqMsgque_StartE_1ToInt | ( | JNIEnv * | env, |
| jclass | class, | ||
| jobject | value ) |
Java: → C-API [static] int StartE_ToInt(MqStartE value)
return the MqStartE as integer …
Definition at line 158 of file LibMqMsgque_jv.c.
| JNIEXPORT jstring JNICALL Java_jvmqmsgque_MqMsgque_StartE_1ToString | ( | JNIEnv * | env, |
| jclass | class, | ||
| jobject | value ) |
Java: → C-API [static] String StartE_ToString(MqStartE value)
return the MqStartE as string …
Definition at line 170 of file LibMqMsgque_jv.c.
| JNIEXPORT jobject JNICALL Java_jvmqmsgque_MqMsgque_StatusIsEF_1FromInt | ( | JNIEnv * | env, |
| jclass | class, | ||
| jint | value ) |
Java: → C-API [static] MqStatusIsEF StatusIsEF_FromInt(int value)
return the MqStatusIsEF from integer …
Definition at line 84 of file LibMqMsgque_jv.c.
| JNIEXPORT jint JNICALL Java_jvmqmsgque_MqMsgque_StatusIsEF_1ToInt | ( | JNIEnv * | env, |
| jclass | class, | ||
| jobject | value ) |
Java: → C-API [static] int StatusIsEF_ToInt(MqStatusIsEF value)
return the MqStatusIsEF as integer …
Definition at line 182 of file LibMqMsgque_jv.c.
| JNIEXPORT jstring JNICALL Java_jvmqmsgque_MqMsgque_StatusIsEF_1ToString | ( | JNIEnv * | env, |
| jclass | class, | ||
| jobject | value ) |
Java: → C-API [static] String StatusIsEF_ToString(MqStatusIsEF value)
return the MqStatusIsEF as string …
Definition at line 194 of file LibMqMsgque_jv.c.
| JNIEXPORT jobject JNICALL Java_jvmqmsgque_MqMsgque_WaitOnEventE_1FromInt | ( | JNIEnv * | env, |
| jclass | class, | ||
| jint | value ) |
Java: → C-API [static] MqWaitOnEventE WaitOnEventE_FromInt(int value)
return the MqWaitOnEventE from integer …
Definition at line 96 of file LibMqMsgque_jv.c.
| JNIEXPORT jint JNICALL Java_jvmqmsgque_MqMsgque_WaitOnEventE_1ToInt | ( | JNIEnv * | env, |
| jclass | class, | ||
| jobject | value ) |
Java: → C-API [static] int WaitOnEventE_ToInt(MqWaitOnEventE value)
return the MqWaitOnEventE as integer …
Definition at line 206 of file LibMqMsgque_jv.c.
| JNIEXPORT jstring JNICALL Java_jvmqmsgque_MqMsgque_WaitOnEventE_1ToString | ( | JNIEnv * | env, |
| jclass | class, | ||
| jobject | value ) |
Java: → C-API [static] String WaitOnEventE_ToString(MqWaitOnEventE value)
return the MqWaitOnEventE as string …
Definition at line 218 of file LibMqMsgque_jv.c.
|
static |
Java: → C-API [static] MqSlaveE SlaveE_FromInt(int value)
return the MqSlaveE from integer …
Here is the caller graph for this function:
|
static |
Java: → C-API [static] int SlaveE_ToInt(MqSlaveE value)
return the MqSlaveE as integer …
|
static |
Java: → C-API [static] String SlaveE_ToString(MqSlaveE value)
return the MqSlaveE as string …
|
static |
Java: → C-API [static] MqStartE StartE_FromInt(int value)
return the MqStartE from integer …
Here is the caller graph for this function:
|
static |
Java: → C-API [static] int StartE_ToInt(MqStartE value)
return the MqStartE as integer …
|
static |
Java: → C-API [static] String StartE_ToString(MqStartE value)
return the MqStartE as string …
|
static |
Java: → C-API [static] MqStatusIsEF StatusIsEF_FromInt(int value)
return the MqStatusIsEF from integer …
Here is the caller graph for this function:
|
static |
Java: → C-API [static] int StatusIsEF_ToInt(MqStatusIsEF value)
return the MqStatusIsEF as integer …
|
static |
Java: → C-API [static] String StatusIsEF_ToString(MqStatusIsEF value)
return the MqStatusIsEF as string …
Here is the caller graph for this function:
|
static |
Java: → C-API [static] MqWaitOnEventE WaitOnEventE_FromInt(int value)
return the MqWaitOnEventE from integer …
Here is the caller graph for this function:
|
static |
Java: → C-API [static] int WaitOnEventE_ToInt(MqWaitOnEventE value)
return the MqWaitOnEventE as integer …
|
static |
Java: → C-API [static] String WaitOnEventE_ToString(MqWaitOnEventE value)
return the MqWaitOnEventE as string …