theLink 10.0
Loading...
Searching...
No Matches
MqMsgque_Help_JV_API

MqMsgque PACKAGE - access to a qualified help-messageMore...

+ Collaboration diagram for MqMsgque_Help_JV_API:

Functions

JNIEXPORT jstring JNICALL Java_jvmqmsgque_MqMsgque_Help (JNIEnv *env, jclass class, jstring tool)
  Java: [static] String Help(String tool) C-API
write jvmqmsgque specific user-help to stderr
 
JNIEXPORT jstring JNICALL Java_jvmqmsgque_MqMsgque_HelpMsgque (JNIEnv *env, jclass class)
  Java: [static] String HelpMsgque() C-API
return a page with the usage of all jvmqmsgque specific options
 
static native String jvmqmsgque.MqMsgque.Help (String tool)
  Java: [static] String Help(String tool) C-API
write jvmqmsgque specific user-help to stderr
 
static native String jvmqmsgque.MqMsgque.HelpMsgque ()
  Java: [static] String HelpMsgque() C-API
return a page with the usage of all jvmqmsgque specific options
 

Detailed Description

MqMsgque PACKAGE - access to a qualified help-message

Function Documentation

◆ Help()

static native String jvmqmsgque.MqMsgque.Help ( String tool)
static

Java: [static] String Help(String tool) C-API
write jvmqmsgque specific user-help to stderr

◆ HelpMsgque()

static native String jvmqmsgque.MqMsgque.HelpMsgque ( )
static

Java: [static] String HelpMsgque() C-API
return a page with the usage of all jvmqmsgque specific options

◆ Java_jvmqmsgque_MqMsgque_Help()

JNIEXPORT jstring JNICALL Java_jvmqmsgque_MqMsgque_Help ( JNIEnv * env,
jclass class,
jstring tool )

Java: [static] String Help(String tool) C-API
write jvmqmsgque specific user-help to stderr

Definition at line 239 of file LibMqMsgque_jv.c.

239 {
241 MK_STRN tool_ptr = (tool?(*env)->GetStringUTFChars(env,tool,NULL):NULL);
242 JavaErrorCheck;
243 MK_STR __retVal__L = MqHelp(tool_ptr);
244 jstring __retVal__S = JC2O(env,__retVal__L);
245 if (tool_ptr) (*env)->ReleaseStringUTFChars(env,tool,tool_ptr);
246 return __retVal__S;
247error:
248 return 0;
249}
const MK_STRB * MK_STRN
MK_STRB * MK_STR
#define MkRtSetup_NULL
MK_STR MqHelp(MK_STRN tool)
write jvmqmsgque specific user-help to stderr

◆ Java_jvmqmsgque_MqMsgque_HelpMsgque()

JNIEXPORT jstring JNICALL Java_jvmqmsgque_MqMsgque_HelpMsgque ( JNIEnv * env,
jclass class )

Java: [static] String HelpMsgque() C-API
return a page with the usage of all jvmqmsgque specific options

Definition at line 252 of file LibMqMsgque_jv.c.

252 {
254 MK_STR __retVal__L = MqHelpMsgque();
255 jstring __retVal__S = JC2O(env,__retVal__L);
256 return __retVal__S;
257}
MK_STR MqHelpMsgque(void)
return a page with the usage of all jvmqmsgque specific options