MqMsgque PACKAGE - access to a qualified help-message … More...
Collaboration diagram for MqMsgque_Help_JV_API:Functions | |
| JNIEXPORT jstring JNICALL | Java_jvmqmsgque_MqMsgque_Help (JNIEnv *env, jclass class, jstring tool) |
Java: → C-API write jvmqmsgque specific user-help to stderr | |
| JNIEXPORT jstring JNICALL | Java_jvmqmsgque_MqMsgque_HelpMsgque (JNIEnv *env, jclass class) |
Java: → C-API return a page with the usage of all jvmqmsgque specific options | |
| static native String | jvmqmsgque.MqMsgque.Help (String tool) |
Java: → C-API write jvmqmsgque specific user-help to stderr | |
| static native String | jvmqmsgque.MqMsgque.HelpMsgque () |
Java: → C-API return a page with the usage of all jvmqmsgque specific options | |
MqMsgque PACKAGE - access to a qualified help-message …
|
static |
Java: → C-API [static] String Help(String tool)
write jvmqmsgque specific user-help to stderr
|
static |
Java: → C-API [static] String HelpMsgque()
return a page with the usage of all jvmqmsgque specific options
| JNIEXPORT jstring JNICALL Java_jvmqmsgque_MqMsgque_Help | ( | JNIEnv * | env, |
| jclass | class, | ||
| jstring | tool ) |
Java: → C-API [static] String Help(String tool)
write jvmqmsgque specific user-help to stderr
Definition at line 239 of file LibMqMsgque_jv.c.
| JNIEXPORT jstring JNICALL Java_jvmqmsgque_MqMsgque_HelpMsgque | ( | JNIEnv * | env, |
| jclass | class ) |
Java: → C-API [static] String HelpMsgque()
return a page with the usage of all jvmqmsgque specific options
Definition at line 252 of file LibMqMsgque_jv.c.