IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.pmi.stat
Interface StatConstants


public interface StatConstants

Constants for PMI Stats


Field Summary
static java.lang.String STATISTIC_SET_ALL
          WebSphere performance statistics can be enabled using sets.
static java.lang.String STATISTIC_SET_BASIC
          Represents a set in which the J2EE 1.4 + some top statistics are enabled
static java.lang.String STATISTIC_SET_CUSTOM
          Represents a customized set that is enabled using fine-grained control
static java.lang.String STATISTIC_SET_EXTENDED
          Represents a set in which the statistic from Basic set + some important statistics from WebSphere components are enabled
static java.lang.String STATISTIC_SET_NONE
          Represents a set in which all statistics in the server are disabled
 

Field Detail

STATISTIC_SET_NONE

static final java.lang.String STATISTIC_SET_NONE
Represents a set in which all statistics in the server are disabled

See Also:
Constant Field Values

STATISTIC_SET_BASIC

static final java.lang.String STATISTIC_SET_BASIC
Represents a set in which the J2EE 1.4 + some top statistics are enabled

See Also:
Constant Field Values

STATISTIC_SET_EXTENDED

static final java.lang.String STATISTIC_SET_EXTENDED
Represents a set in which the statistic from Basic set + some important statistics from WebSphere components are enabled

See Also:
Constant Field Values

STATISTIC_SET_ALL

static final java.lang.String STATISTIC_SET_ALL
WebSphere performance statistics can be enabled using sets. Set "ALL" represents a set in which all the statistics are enabled

See Also:
Constant Field Values

STATISTIC_SET_CUSTOM

static final java.lang.String STATISTIC_SET_CUSTOM
Represents a customized set that is enabled using fine-grained control

See Also:
Constant Field Values

IBM WebSphere Application ServerTM
Release 8