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

All Superinterfaces:
Enumeration

public interface MQChannelStatisticsEnum
extends Enumeration

This controls the collection of statistics data for channels. This attribute is supported only on iSeries, UNIX(R) systems, and Windows. To determine the value of this attribute, use the MQIA_STATISTICS_CHANNEL selector with the MQINQ call.


Field Summary
static int MONITORING_HIGH
           
static int MONITORING_LOW
           
static int MONITORING_MEDIUM
           
static int MONITORING_NONE_
           
static int MONITORING_OFF
           
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

MONITORING_NONE_

static final int MONITORING_NONE_
See Also:
Constant Field Values

MONITORING_OFF

static final int MONITORING_OFF
See Also:
Constant Field Values

MONITORING_LOW

static final int MONITORING_LOW
See Also:
Constant Field Values

MONITORING_MEDIUM

static final int MONITORING_MEDIUM
See Also:
Constant Field Values

MONITORING_HIGH

static final int MONITORING_HIGH
See Also:
Constant Field Values