theLink 10.0
Loading...
Searching...
No Matches
jvmqmsgque.MqFactoryE Enum Reference

→ C-API: MqFactoryE More...

Public Member Functions

 MqFactoryE (int number)
 
int get ()
 

Static Public Member Functions

static MqFactoryE set (int value)
 

Public Attributes

 INIT =(1<<0)
 
 CHILD =(1<<1)
 
 SLAVE =(1<<2)
 
 FORK =(1<<3)
 
 THREAD =(1<<4)
 
 FILTER =(1<<5)
 

Detailed Description

→ C-API: MqFactoryE

Definition at line 16 of file MqFactoryE.java.

Constructor & Destructor Documentation

◆ MqFactoryE()

jvmqmsgque.MqFactoryE.MqFactoryE ( int number)

Definition at line 24 of file MqFactoryE.java.

24{this.number = number;}

Member Function Documentation

◆ get()

int jvmqmsgque.MqFactoryE.get ( )

Definition at line 25 of file MqFactoryE.java.

25{ return number; }

◆ set()

static MqFactoryE jvmqmsgque.MqFactoryE.set ( int value)
static

Definition at line 26 of file MqFactoryE.java.

26{return MqFactoryE.class.getEnumConstants()[value];}
MqFactoryE
the factory is called to create an object for ...

Member Data Documentation

◆ CHILD

jvmqmsgque.MqFactoryE.CHILD =(1<<1)

Definition at line 18 of file MqFactoryE.java.

◆ FILTER

jvmqmsgque.MqFactoryE.FILTER =(1<<5)

Definition at line 22 of file MqFactoryE.java.

◆ FORK

jvmqmsgque.MqFactoryE.FORK =(1<<3)

Definition at line 20 of file MqFactoryE.java.

◆ INIT

jvmqmsgque.MqFactoryE.INIT =(1<<0)

Definition at line 17 of file MqFactoryE.java.

◆ SLAVE

jvmqmsgque.MqFactoryE.SLAVE =(1<<2)

Definition at line 19 of file MqFactoryE.java.

◆ THREAD

jvmqmsgque.MqFactoryE.THREAD =(1<<4)

Definition at line 21 of file MqFactoryE.java.


The documentation for this enum was generated from the following file: