theLink
10.0
NHI1
-
theKernel
-
theLink
-
theConfig
-
theSq3Lite
-
theCompiler
-
theBrain
-
theGuard
-
theLib
-
theATL
c
-
tcl
-
atl
-
cs
-
py
-
rb
-
jv
-
cc
Loading...
Searching...
No Matches
MqSlaveE.java
Go to the documentation of this file.
1
9
/* LABEL-NO */
10
package
jvmqmsgque;
11
12
// BEGIN-MqSlaveE - created by 'jv_MqS.tcl -i NHI1_HOME/theLink/c/gen/c_mqmsgque.meta' - DO NOT change
13
16
public
enum
MqSlaveE
{
17
LOOPBACK
(0 ),
18
FILTER
(1 ),
19
MASTER
(1 ),
20
OTHER
(1 ),
21
USER
(10 ),
22
MAX
(1024);
23
private
final
int
value;
24
MqSlaveE
(
int
val) {this.value = val;}
25
public
int
get
() {
return
value; }
26
public
static
MqSlaveE
set
(
int
val) {
27
return
MqMsgque
.
SlaveE_FromInt
(val);
28
}
29
}
30
31
// END-MqSlaveE - created by 'jv_MqS.tcl -i NHI1_HOME/theLink/c/gen/c_mqmsgque.meta' - DO NOT change
jvmqmsgque.MqMsgque
MqMsgque PACKAGE - the package is the toplevel structure of the jvmqmsgque …
Definition
MqMsgque.java:117
jvmqmsgque.MqSlaveE
Java: enum MqSlaveE → C-API
Definition
MqSlaveE.java:16
jvmqmsgque.MqSlaveE.FILTER
FILTER
Definition
MqSlaveE.java:18
jvmqmsgque.MqSlaveE.USER
USER
Definition
MqSlaveE.java:21
jvmqmsgque.MqSlaveE.LOOPBACK
LOOPBACK
Definition
MqSlaveE.java:17
jvmqmsgque.MqSlaveE.MASTER
MASTER
Definition
MqSlaveE.java:19
jvmqmsgque.MqSlaveE.MAX
MAX
Definition
MqSlaveE.java:22
jvmqmsgque.MqSlaveE.MqSlaveE
MqSlaveE(int val)
Definition
MqSlaveE.java:24
jvmqmsgque.MqSlaveE.OTHER
OTHER
Definition
MqSlaveE.java:20
jvmqmsgque.MqMsgque.SlaveE_FromInt
static native MqSlaveE SlaveE_FromInt(int value)
Java: [static] MqSlaveE SlaveE_FromInt(int value) → C-API return the MqSlaveE from integer …
Generated on Thu May 29 2025 13:13:59 for theLink by
1.12.0