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
MqStartE.java
Go to the documentation of this file.
1
9
/* LABEL-NO */
10
package
jvmqmsgque;
11
12
// BEGIN-MqStartE - created by 'jv_MqS.tcl -i NHI1_HOME/theLink/c/gen/c_mqmsgque.meta' - DO NOT change
13
16
public
enum
MqStartE
{
17
DEFAULT
(0),
18
FORK
(1),
19
THREAD
(2),
20
SPAWN
(3);
21
private
final
int
value;
22
MqStartE
(
int
val) {this.value = val;}
23
public
int
get
() {
return
value; }
24
public
static
MqStartE
set
(
int
val) {
25
return
MqMsgque
.
StartE_FromInt
(val);
26
}
27
}
28
29
// END-MqStartE - 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.MqStartE
Java: enum MqStartE → C-API
Definition
MqStartE.java:16
jvmqmsgque.MqStartE.SPAWN
SPAWN
Definition
MqStartE.java:20
jvmqmsgque.MqStartE.DEFAULT
DEFAULT
Definition
MqStartE.java:17
jvmqmsgque.MqStartE.FORK
FORK
Definition
MqStartE.java:18
jvmqmsgque.MqStartE.THREAD
THREAD
Definition
MqStartE.java:19
jvmqmsgque.MqStartE.MqStartE
MqStartE(int val)
Definition
MqStartE.java:22
jvmqmsgque.MqMsgque.StartE_FromInt
static native MqStartE StartE_FromInt(int value)
Java: [static] MqStartE StartE_FromInt(int value) → C-API return the MqStartE from integer …
Generated on Thu May 29 2025 13:13:59 for theLink by
1.12.0