com.collation.platform.model.topology.enums
Interface MQNonPersistentMsgSpeedEnum

All Superinterfaces:
Enumeration

public interface MQNonPersistentMsgSpeedEnum
extends Enumeration

Speed at which nonpersistent messages are to be sent (parameter identifier: MQIACH_NPM_SPEED).


Field Summary
static int FAST
           
static int NORMAL
           
static int OTHER
           
static int UNKNOWN
           
 

Field Detail

UNKNOWN

static final int UNKNOWN
See Also:
Constant Field Values

OTHER

static final int OTHER
See Also:
Constant Field Values

NORMAL

static final int NORMAL
See Also:
Constant Field Values

FAST

static final int FAST
See Also:
Constant Field Values