theLink 10.0
Loading...
Searching...
No Matches
MqMsgque_Enum_JV_API

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...
 

Functions

JNIEXPORT jobject JNICALL Java_jvmqmsgque_MqMsgque_IdentE_1FromInt (JNIEnv *env, jclass class, jint value)
  Java: [static] MqIdentE IdentE_FromInt(int value) C-API
return the MqIdentE from integer …
 
JNIEXPORT jobject JNICALL Java_jvmqmsgque_MqMsgque_SlaveE_1FromInt (JNIEnv *env, jclass class, jint value)
  Java: [static] MqSlaveE SlaveE_FromInt(int value) C-API
return the MqSlaveE from integer …
 
JNIEXPORT jobject JNICALL Java_jvmqmsgque_MqMsgque_StartE_1FromInt (JNIEnv *env, jclass class, jint value)
  Java: [static] MqStartE StartE_FromInt(int value) C-API
return the MqStartE from integer …
 
JNIEXPORT jobject JNICALL Java_jvmqmsgque_MqMsgque_StatusIsEF_1FromInt (JNIEnv *env, jclass class, jint value)
  Java: [static] MqStatusIsEF StatusIsEF_FromInt(int value) C-API
return the MqStatusIsEF from integer …
 
JNIEXPORT jobject JNICALL Java_jvmqmsgque_MqMsgque_WaitOnEventE_1FromInt (JNIEnv *env, jclass class, jint value)
  Java: [static] MqWaitOnEventE WaitOnEventE_FromInt(int value) C-API
return the MqWaitOnEventE from integer …
 
JNIEXPORT jint JNICALL Java_jvmqmsgque_MqMsgque_IdentE_1ToInt (JNIEnv *env, jclass class, jobject value)
  Java: [static] int IdentE_ToInt(MqIdentE value) C-API
return the MqIdentE as integer …
 
JNIEXPORT jstring JNICALL Java_jvmqmsgque_MqMsgque_IdentE_1ToString (JNIEnv *env, jclass class, jobject value)
  Java: [static] String IdentE_ToString(MqIdentE value) C-API
return the MqIdentE as string …
 
JNIEXPORT jint JNICALL Java_jvmqmsgque_MqMsgque_SlaveE_1ToInt (JNIEnv *env, jclass class, jobject value)
  Java: [static] int SlaveE_ToInt(MqSlaveE value) C-API
return the MqSlaveE as integer …
 
JNIEXPORT jstring JNICALL Java_jvmqmsgque_MqMsgque_SlaveE_1ToString (JNIEnv *env, jclass class, jobject value)
  Java: [static] String SlaveE_ToString(MqSlaveE value) C-API
return the MqSlaveE as string …
 
JNIEXPORT jint JNICALL Java_jvmqmsgque_MqMsgque_StartE_1ToInt (JNIEnv *env, jclass class, jobject value)
  Java: [static] int StartE_ToInt(MqStartE value) C-API
return the MqStartE as integer …
 
JNIEXPORT jstring JNICALL Java_jvmqmsgque_MqMsgque_StartE_1ToString (JNIEnv *env, jclass class, jobject value)
  Java: [static] String StartE_ToString(MqStartE value) C-API
return the MqStartE as string …
 
JNIEXPORT jint JNICALL Java_jvmqmsgque_MqMsgque_StatusIsEF_1ToInt (JNIEnv *env, jclass class, jobject value)
  Java: [static] int StatusIsEF_ToInt(MqStatusIsEF value) C-API
return the MqStatusIsEF as integer …
 
JNIEXPORT jstring JNICALL Java_jvmqmsgque_MqMsgque_StatusIsEF_1ToString (JNIEnv *env, jclass class, jobject value)
  Java: [static] String StatusIsEF_ToString(MqStatusIsEF value) C-API
return the MqStatusIsEF as string …
 
JNIEXPORT jint JNICALL Java_jvmqmsgque_MqMsgque_WaitOnEventE_1ToInt (JNIEnv *env, jclass class, jobject value)
  Java: [static] int WaitOnEventE_ToInt(MqWaitOnEventE value) C-API
return the MqWaitOnEventE as integer …
 
JNIEXPORT jstring JNICALL Java_jvmqmsgque_MqMsgque_WaitOnEventE_1ToString (JNIEnv *env, jclass class, jobject value)
  Java: [static] String WaitOnEventE_ToString(MqWaitOnEventE value) C-API
return the MqWaitOnEventE as string …
 
static native MqIdentE jvmqmsgque.MqMsgque.IdentE_FromInt (int value)
  Java: [static] MqIdentE IdentE_FromInt(int value) C-API
return the MqIdentE from integer …
 
static native MqSlaveE jvmqmsgque.MqMsgque.SlaveE_FromInt (int value)
  Java: [static] MqSlaveE SlaveE_FromInt(int value) C-API
return the MqSlaveE from integer …
 
static native MqStartE jvmqmsgque.MqMsgque.StartE_FromInt (int value)
  Java: [static] MqStartE StartE_FromInt(int value) C-API
return the MqStartE from integer …
 
static native MqStatusIsEF jvmqmsgque.MqMsgque.StatusIsEF_FromInt (int value)
  Java: [static] MqStatusIsEF StatusIsEF_FromInt(int value) C-API
return the MqStatusIsEF from integer …
 
static native MqWaitOnEventE jvmqmsgque.MqMsgque.WaitOnEventE_FromInt (int value)
  Java: [static] MqWaitOnEventE WaitOnEventE_FromInt(int value) C-API
return the MqWaitOnEventE from integer …
 
static native int jvmqmsgque.MqMsgque.IdentE_ToInt (MqIdentE value)
  Java: [static] int IdentE_ToInt(MqIdentE value) C-API
return the MqIdentE as integer …
 
static native String jvmqmsgque.MqMsgque.IdentE_ToString (MqIdentE value)
  Java: [static] String IdentE_ToString(MqIdentE value) C-API
return the MqIdentE as string …
 
static native int jvmqmsgque.MqMsgque.SlaveE_ToInt (MqSlaveE value)
  Java: [static] int SlaveE_ToInt(MqSlaveE value) C-API
return the MqSlaveE as integer …
 
static native String jvmqmsgque.MqMsgque.SlaveE_ToString (MqSlaveE value)
  Java: [static] String SlaveE_ToString(MqSlaveE value) C-API
return the MqSlaveE as string …
 
static native int jvmqmsgque.MqMsgque.StartE_ToInt (MqStartE value)
  Java: [static] int StartE_ToInt(MqStartE value) C-API
return the MqStartE as integer …
 
static native String jvmqmsgque.MqMsgque.StartE_ToString (MqStartE value)
  Java: [static] String StartE_ToString(MqStartE value) C-API
return the MqStartE as string …
 
static native int jvmqmsgque.MqMsgque.StatusIsEF_ToInt (MqStatusIsEF value)
  Java: [static] int StatusIsEF_ToInt(MqStatusIsEF value) C-API
return the MqStatusIsEF as integer …
 
static native String jvmqmsgque.MqMsgque.StatusIsEF_ToString (MqStatusIsEF value)
  Java: [static] String StatusIsEF_ToString(MqStatusIsEF value) C-API
return the MqStatusIsEF as string …
 
static native int jvmqmsgque.MqMsgque.WaitOnEventE_ToInt (MqWaitOnEventE value)
  Java: [static] int WaitOnEventE_ToInt(MqWaitOnEventE value) C-API
return the MqWaitOnEventE as integer …
 
static native String jvmqmsgque.MqMsgque.WaitOnEventE_ToString (MqWaitOnEventE value)
  Java: [static] String WaitOnEventE_ToString(MqWaitOnEventE value) C-API
return the MqWaitOnEventE as string …
 

Detailed Description

MqMsgque PACKAGE - enum definition …

read more at: MkKernel_Enum_C_API

read more at: MkKernel_Enum_C_API

Function Documentation

◆ IdentE_FromInt()

static native MqIdentE jvmqmsgque.MqMsgque.IdentE_FromInt ( int value)
static

Java: [static] MqIdentE IdentE_FromInt(int value) C-API
return the MqIdentE from integer …

+ Here is the caller graph for this function:

◆ IdentE_ToInt()

static native int jvmqmsgque.MqMsgque.IdentE_ToInt ( MqIdentE value)
static

Java: [static] int IdentE_ToInt(MqIdentE value) C-API
return the MqIdentE as integer …

◆ IdentE_ToString()

static native String jvmqmsgque.MqMsgque.IdentE_ToString ( MqIdentE value)
static

◆ Java_jvmqmsgque_MqMsgque_IdentE_1FromInt()

JNIEXPORT jobject JNICALL Java_jvmqmsgque_MqMsgque_IdentE_1FromInt ( JNIEnv * env,
jclass class,
jint value )

Java: [static] MqIdentE IdentE_FromInt(int value) C-API
return the MqIdentE from integer …

Definition at line 48 of file LibMqMsgque_jv.c.

48 {
50 enum MqIdentE value_out;
51 enum MkErrorE errVal = MqIdentE_FromInt(value, &value_out);
52 MkErrorC_Check(NULL, errVal)
53 jobject __retVal__S = MK(pGetEnumFromString)(env,MQ(Class_MqIdentE),"Ljvmqmsgque/MqIdentE;",MqIdentE_ToString(value_out));
54 return __retVal__S;
55error:
56 return 0;
57}
MkErrorE
#define MkRtSetup_NULL
enum MkErrorE MqIdentE_FromInt(MK_I32 const value, enum MqIdentE *value_out)
return the MqIdentE from integer …
MqIdentE
identify the application using prefix (default) or factory …
MK_STRN MqIdentE_ToString(enum MqIdentE value)
return the MqIdentE as string …

◆ Java_jvmqmsgque_MqMsgque_IdentE_1ToInt()

JNIEXPORT jint JNICALL Java_jvmqmsgque_MqMsgque_IdentE_1ToInt ( JNIEnv * env,
jclass class,
jobject value )

Java: [static] int IdentE_ToInt(MqIdentE value) C-API
return the MqIdentE as integer …

Definition at line 110 of file LibMqMsgque_jv.c.

110 {
112 enum MqIdentE value_e = MK(pGetEnumFromObj)(env, NS(Class_MqIdentE), value);
113 JavaErrorCheck;
114 MK_I32 __retVal__L = MqIdentE_ToInt(value_e);
115 jint __retVal__S = __retVal__L;
116 return __retVal__S;
117error:
118 return 0;
119}
signed int MK_I32
static MK_I32 MqIdentE_ToInt(enum MqIdentE value)
return the MqIdentE as integer …

◆ Java_jvmqmsgque_MqMsgque_IdentE_1ToString()

JNIEXPORT jstring JNICALL Java_jvmqmsgque_MqMsgque_IdentE_1ToString ( JNIEnv * env,
jclass class,
jobject value )

Java: [static] String IdentE_ToString(MqIdentE value) C-API
return the MqIdentE as string …

Definition at line 122 of file LibMqMsgque_jv.c.

122 {
124 enum MqIdentE value_e = MK(pGetEnumFromObj)(env, NS(Class_MqIdentE), value);
125 JavaErrorCheck;
126 MK_STRN __retVal__L = MqIdentE_ToString(value_e);
127 jstring __retVal__S = JC2O(env,__retVal__L);
128 return __retVal__S;
129error:
130 return 0;
131}
const MK_STRB * MK_STRN

◆ Java_jvmqmsgque_MqMsgque_SlaveE_1FromInt()

JNIEXPORT jobject JNICALL Java_jvmqmsgque_MqMsgque_SlaveE_1FromInt ( JNIEnv * env,
jclass class,
jint value )

Java: [static] MqSlaveE SlaveE_FromInt(int value) C-API
return the MqSlaveE from integer …

Definition at line 60 of file LibMqMsgque_jv.c.

60 {
62 enum MqSlaveE value_out;
63 enum MkErrorE errVal = MqSlaveE_FromInt(value, &value_out);
64 MkErrorC_Check(NULL, errVal)
65 jobject __retVal__S = MK(pGetEnumFromString)(env,MQ(Class_MqSlaveE),"Ljvmqmsgque/MqSlaveE;",MqSlaveE_ToString(value_out));
66 return __retVal__S;
67error:
68 return 0;
69}
MqSlaveE
predefined slave-id for well known slaves …
enum MkErrorE MqSlaveE_FromInt(MK_I32 const value, enum MqSlaveE *value_out)
return the MqSlaveE from integer …
MK_STRN MqSlaveE_ToString(enum MqSlaveE value)
return the MqSlaveE as string …

◆ Java_jvmqmsgque_MqMsgque_SlaveE_1ToInt()

JNIEXPORT jint JNICALL Java_jvmqmsgque_MqMsgque_SlaveE_1ToInt ( JNIEnv * env,
jclass class,
jobject value )

Java: [static] int SlaveE_ToInt(MqSlaveE value) C-API
return the MqSlaveE as integer …

Definition at line 134 of file LibMqMsgque_jv.c.

134 {
136 enum MqSlaveE value_e = MK(pGetEnumFromObj)(env, NS(Class_MqSlaveE), value);
137 JavaErrorCheck;
138 MK_I32 __retVal__L = MqSlaveE_ToInt(value_e);
139 jint __retVal__S = __retVal__L;
140 return __retVal__S;
141error:
142 return 0;
143}
static MK_I32 MqSlaveE_ToInt(enum MqSlaveE value)
return the MqSlaveE as integer …

◆ Java_jvmqmsgque_MqMsgque_SlaveE_1ToString()

JNIEXPORT jstring JNICALL Java_jvmqmsgque_MqMsgque_SlaveE_1ToString ( JNIEnv * env,
jclass class,
jobject value )

Java: [static] String SlaveE_ToString(MqSlaveE value) C-API
return the MqSlaveE as string …

Definition at line 146 of file LibMqMsgque_jv.c.

146 {
148 enum MqSlaveE value_e = MK(pGetEnumFromObj)(env, NS(Class_MqSlaveE), value);
149 JavaErrorCheck;
150 MK_STRN __retVal__L = MqSlaveE_ToString(value_e);
151 jstring __retVal__S = JC2O(env,__retVal__L);
152 return __retVal__S;
153error:
154 return 0;
155}

◆ Java_jvmqmsgque_MqMsgque_StartE_1FromInt()

JNIEXPORT jobject JNICALL Java_jvmqmsgque_MqMsgque_StartE_1FromInt ( JNIEnv * env,
jclass class,
jint value )

Java: [static] MqStartE StartE_FromInt(int value) C-API
return the MqStartE from integer …

Definition at line 72 of file LibMqMsgque_jv.c.

72 {
74 enum MqStartE value_out;
75 enum MkErrorE errVal = MqStartE_FromInt(value, &value_out);
76 MkErrorC_Check(NULL, errVal)
77 jobject __retVal__S = MK(pGetEnumFromString)(env,MQ(Class_MqStartE),"Ljvmqmsgque/MqStartE;",MqStartE_ToString(value_out));
78 return __retVal__S;
79error:
80 return 0;
81}
enum MkErrorE MqStartE_FromInt(MK_I32 const value, enum MqStartE *value_out)
return the MqStartE from integer …
MqStartE
User preferences on HOWTO start a new entity.
MK_STRN MqStartE_ToString(enum MqStartE value)
return the MqStartE as string …

◆ Java_jvmqmsgque_MqMsgque_StartE_1ToInt()

JNIEXPORT jint JNICALL Java_jvmqmsgque_MqMsgque_StartE_1ToInt ( JNIEnv * env,
jclass class,
jobject value )

Java: [static] int StartE_ToInt(MqStartE value) C-API
return the MqStartE as integer …

Definition at line 158 of file LibMqMsgque_jv.c.

158 {
160 enum MqStartE value_e = MK(pGetEnumFromObj)(env, NS(Class_MqStartE), value);
161 JavaErrorCheck;
162 MK_I32 __retVal__L = MqStartE_ToInt(value_e);
163 jint __retVal__S = __retVal__L;
164 return __retVal__S;
165error:
166 return 0;
167}
static MK_I32 MqStartE_ToInt(enum MqStartE value)
return the MqStartE as integer …

◆ Java_jvmqmsgque_MqMsgque_StartE_1ToString()

JNIEXPORT jstring JNICALL Java_jvmqmsgque_MqMsgque_StartE_1ToString ( JNIEnv * env,
jclass class,
jobject value )

Java: [static] String StartE_ToString(MqStartE value) C-API
return the MqStartE as string …

Definition at line 170 of file LibMqMsgque_jv.c.

170 {
172 enum MqStartE value_e = MK(pGetEnumFromObj)(env, NS(Class_MqStartE), value);
173 JavaErrorCheck;
174 MK_STRN __retVal__L = MqStartE_ToString(value_e);
175 jstring __retVal__S = JC2O(env,__retVal__L);
176 return __retVal__S;
177error:
178 return 0;
179}

◆ Java_jvmqmsgque_MqMsgque_StatusIsEF_1FromInt()

JNIEXPORT jobject JNICALL Java_jvmqmsgque_MqMsgque_StatusIsEF_1FromInt ( JNIEnv * env,
jclass class,
jint value )

Java: [static] MqStatusIsEF StatusIsEF_FromInt(int value) C-API
return the MqStatusIsEF from integer …

Definition at line 84 of file LibMqMsgque_jv.c.

84 {
86 enum MqStatusIsEF value_out;
87 enum MkErrorE errVal = MqStatusIsEF_FromInt(value, &value_out);
88 MkErrorC_Check(NULL, errVal)
89 jobject __retVal__S = MK(pGetEnumFlagFromInt)(env,MQ(Class_MqStatusIsEF),value_out);
90 return __retVal__S;
91error:
92 return 0;
93}
MqStatusIsEF
Information about how the context was created.
enum MkErrorE MqStatusIsEF_FromInt(MK_I32 const value, enum MqStatusIsEF *value_out)
return the MqStatusIsEF from integer …

◆ Java_jvmqmsgque_MqMsgque_StatusIsEF_1ToInt()

JNIEXPORT jint JNICALL Java_jvmqmsgque_MqMsgque_StatusIsEF_1ToInt ( JNIEnv * env,
jclass class,
jobject value )

Java: [static] int StatusIsEF_ToInt(MqStatusIsEF value) C-API
return the MqStatusIsEF as integer …

Definition at line 182 of file LibMqMsgque_jv.c.

182 {
184 enum MqStatusIsEF value_e = MK(pGetEnumFromObj)(env, NS(Class_MqStatusIsEF), value);
185 JavaErrorCheck;
186 MK_I32 __retVal__L = MqStatusIsEF_ToInt(value_e);
187 jint __retVal__S = __retVal__L;
188 return __retVal__S;
189error:
190 return 0;
191}
static MK_I32 MqStatusIsEF_ToInt(enum MqStatusIsEF value)
return the MqStatusIsEF as integer …

◆ Java_jvmqmsgque_MqMsgque_StatusIsEF_1ToString()

JNIEXPORT jstring JNICALL Java_jvmqmsgque_MqMsgque_StatusIsEF_1ToString ( JNIEnv * env,
jclass class,
jobject value )

Java: [static] String StatusIsEF_ToString(MqStatusIsEF value) C-API
return the MqStatusIsEF as string …

Definition at line 194 of file LibMqMsgque_jv.c.

194 {
196 enum MqStatusIsEF value_e = MK(pGetEnumFromObj)(env, NS(Class_MqStatusIsEF), value);
197 JavaErrorCheck;
198 MK_STRN __retVal__L = MqStatusIsEF_ToString(value_e);
199 jstring __retVal__S = JC2O(env,__retVal__L);
200 return __retVal__S;
201error:
202 return 0;
203}
MK_STRN MqStatusIsEF_ToString(enum MqStatusIsEF value)
return the MqStatusIsEF as string …

◆ Java_jvmqmsgque_MqMsgque_WaitOnEventE_1FromInt()

JNIEXPORT jobject JNICALL Java_jvmqmsgque_MqMsgque_WaitOnEventE_1FromInt ( JNIEnv * env,
jclass class,
jint value )

Java: [static] MqWaitOnEventE WaitOnEventE_FromInt(int value) C-API
return the MqWaitOnEventE from integer …

Definition at line 96 of file LibMqMsgque_jv.c.

96 {
98 enum MqWaitOnEventE value_out;
99 enum MkErrorE errVal = MqWaitOnEventE_FromInt(value, &value_out);
100 MkErrorC_Check(NULL, errVal)
101 jobject __retVal__S = MK(pGetEnumFromString)(env,MQ(Class_MqWaitOnEventE),"Ljvmqmsgque/MqWaitOnEventE;",MqWaitOnEventE_ToString(value_out));
102 return __retVal__S;
103error:
104 return 0;
105}
MK_STRN MqWaitOnEventE_ToString(enum MqWaitOnEventE value)
return the MqWaitOnEventE as string …
MqWaitOnEventE
wait for an event? …
enum MkErrorE MqWaitOnEventE_FromInt(MK_I32 const value, enum MqWaitOnEventE *value_out)
return the MqWaitOnEventE from integer …

◆ Java_jvmqmsgque_MqMsgque_WaitOnEventE_1ToInt()

JNIEXPORT jint JNICALL Java_jvmqmsgque_MqMsgque_WaitOnEventE_1ToInt ( JNIEnv * env,
jclass class,
jobject value )

Java: [static] int WaitOnEventE_ToInt(MqWaitOnEventE value) C-API
return the MqWaitOnEventE as integer …

Definition at line 206 of file LibMqMsgque_jv.c.

206 {
208 enum MqWaitOnEventE value_e = MK(pGetEnumFromObj)(env, NS(Class_MqWaitOnEventE), value);
209 JavaErrorCheck;
210 MK_I32 __retVal__L = MqWaitOnEventE_ToInt(value_e);
211 jint __retVal__S = __retVal__L;
212 return __retVal__S;
213error:
214 return 0;
215}
static MK_I32 MqWaitOnEventE_ToInt(enum MqWaitOnEventE value)
return the MqWaitOnEventE as integer …

◆ Java_jvmqmsgque_MqMsgque_WaitOnEventE_1ToString()

JNIEXPORT jstring JNICALL Java_jvmqmsgque_MqMsgque_WaitOnEventE_1ToString ( JNIEnv * env,
jclass class,
jobject value )

Java: [static] String WaitOnEventE_ToString(MqWaitOnEventE value) C-API
return the MqWaitOnEventE as string …

Definition at line 218 of file LibMqMsgque_jv.c.

218 {
220 enum MqWaitOnEventE value_e = MK(pGetEnumFromObj)(env, NS(Class_MqWaitOnEventE), value);
221 JavaErrorCheck;
222 MK_STRN __retVal__L = MqWaitOnEventE_ToString(value_e);
223 jstring __retVal__S = JC2O(env,__retVal__L);
224 return __retVal__S;
225error:
226 return 0;
227}

◆ SlaveE_FromInt()

static native MqSlaveE jvmqmsgque.MqMsgque.SlaveE_FromInt ( int value)
static

Java: [static] MqSlaveE SlaveE_FromInt(int value) C-API
return the MqSlaveE from integer …

+ Here is the caller graph for this function:

◆ SlaveE_ToInt()

static native int jvmqmsgque.MqMsgque.SlaveE_ToInt ( MqSlaveE value)
static

Java: [static] int SlaveE_ToInt(MqSlaveE value) C-API
return the MqSlaveE as integer …

◆ SlaveE_ToString()

static native String jvmqmsgque.MqMsgque.SlaveE_ToString ( MqSlaveE value)
static

◆ StartE_FromInt()

static native MqStartE jvmqmsgque.MqMsgque.StartE_FromInt ( int value)
static

Java: [static] MqStartE StartE_FromInt(int value) C-API
return the MqStartE from integer …

+ Here is the caller graph for this function:

◆ StartE_ToInt()

static native int jvmqmsgque.MqMsgque.StartE_ToInt ( MqStartE value)
static

Java: [static] int StartE_ToInt(MqStartE value) C-API
return the MqStartE as integer …

◆ StartE_ToString()

static native String jvmqmsgque.MqMsgque.StartE_ToString ( MqStartE value)
static

◆ StatusIsEF_FromInt()

static native MqStatusIsEF jvmqmsgque.MqMsgque.StatusIsEF_FromInt ( int value)
static

Java: [static] MqStatusIsEF StatusIsEF_FromInt(int value) C-API
return the MqStatusIsEF from integer …

+ Here is the caller graph for this function:

◆ StatusIsEF_ToInt()

static native int jvmqmsgque.MqMsgque.StatusIsEF_ToInt ( MqStatusIsEF value)
static

◆ StatusIsEF_ToString()

static native String jvmqmsgque.MqMsgque.StatusIsEF_ToString ( MqStatusIsEF value)
static

Java: [static] String StatusIsEF_ToString(MqStatusIsEF value) C-API
return the MqStatusIsEF as string …

+ Here is the caller graph for this function:

◆ WaitOnEventE_FromInt()

static native MqWaitOnEventE jvmqmsgque.MqMsgque.WaitOnEventE_FromInt ( int value)
static

Java: [static] MqWaitOnEventE WaitOnEventE_FromInt(int value) C-API
return the MqWaitOnEventE from integer …

+ Here is the caller graph for this function:

◆ WaitOnEventE_ToInt()

static native int jvmqmsgque.MqMsgque.WaitOnEventE_ToInt ( MqWaitOnEventE value)
static

◆ WaitOnEventE_ToString()

static native String jvmqmsgque.MqMsgque.WaitOnEventE_ToString ( MqWaitOnEventE value)
static