Kanzi  3.9.8
Kanzi Engine Java API
DispatchMessageActionEnums.DispatchMode Enum Reference

Dispatch mode type. More...

Inheritance diagram for DispatchMessageActionEnums.DispatchMode:
[legend]

Public Member Functions

 DispatchMode (int mValue)
 
 DispatchMode (DispatchMode enum_)
 
int getValue ()
 Returns the integer value of the enumeration constant. More...
 
final int swigValue ()
 

Static Public Member Functions

static DispatchMode swigToEnum (int swigValue)
 
static DispatchMode toEnum (int value)
 Converts an integer value to the matching enumeration constant. More...
 

Public Attributes

 DispatchModeNode =(0)
 
 DispatchModePost =(2)
 
 DispatchModeSend =(1)
 

Detailed Description

Dispatch mode type.


Deprecated In Kanzi 3.5. All messages are delivered immediately, and DispatchMode property has no effect.

Member Function Documentation

int getValue ( )

Returns the integer value of the enumeration constant.

Returns
Integer value.

Implements Enum.

static DispatchMode toEnum ( int  value)
static

Converts an integer value to the matching enumeration constant.

Parameters
valueInteger value to convert to enumeration constant.
Returns
Enumeration constant matching the integer value.