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
MqFactoryE.java
Go to the documentation of this file.
1
9
/* LABEL-NO */
10
package
jvmqmsgque;
11
12
// BEGIN-MqFactoryE - created by 'jv_MqS.tcl -i NHI1_HOME/theLink/c/.libmqmsgque.meta' - DO NOT change
13
16
public
enum
MqFactoryE
{
17
INIT
(1<<0),
18
CHILD
(1<<1),
19
SLAVE
(1<<2),
20
FORK
(1<<3),
21
THREAD
(1<<4),
22
FILTER
(1<<5);
23
private
final
int
number;
24
MqFactoryE
(
int
number) {this.number = number;}
25
public
int
get
() {
return
number; }
26
public
static
MqFactoryE
set
(
int
value) {
return
MqFactoryE
.class.getEnumConstants()[value];}
27
}
28
// END-MqFactoryE - created by 'jv_MqS.tcl -i NHI1_HOME/theLink/c/.libmqmsgque.meta' - DO NOT change
jvmqmsgque.MqFactoryE
→ C-API: MqFactoryE
Definition
MqFactoryE.java:16
jvmqmsgque.MqFactoryE.FORK
FORK
Definition
MqFactoryE.java:20
jvmqmsgque.MqFactoryE.THREAD
THREAD
Definition
MqFactoryE.java:21
jvmqmsgque.MqFactoryE.CHILD
CHILD
Definition
MqFactoryE.java:18
jvmqmsgque.MqFactoryE.MqFactoryE
MqFactoryE(int number)
Definition
MqFactoryE.java:24
jvmqmsgque.MqFactoryE.INIT
INIT
Definition
MqFactoryE.java:17
jvmqmsgque.MqFactoryE.SLAVE
SLAVE
Definition
MqFactoryE.java:19
jvmqmsgque.MqFactoryE.FILTER
FILTER
Definition
MqFactoryE.java:22
Generated on Thu May 29 2025 13:13:59 for theLink by
1.12.0