com.ibm.cics.server
Interface RegionTraceBits

All Known Implementing Classes:
Region

public interface RegionTraceBits

This interface provides a set of constants that should be used to construct a java.util.BitSet for use with the TRACE-related API.

Since CICS TS version:
1.3
Since package version:
1.0

Field Summary
static int EI
          The EI trace bit
static int NUMBER_OF_BITS
          The number of trace bits
static int SYSTEM
          The SYSTEM trace bit
static int USER
          The USER trace bit
 

Field Detail

EI

static final int EI
The EI trace bit

See Also:
Constant Field Values
Since CICS TS version:
1.3
Since package version:
1.0

SYSTEM

static final int SYSTEM
The SYSTEM trace bit

See Also:
Constant Field Values
Since CICS TS version:
1.3
Since package version:
1.0

USER

static final int USER
The USER trace bit

See Also:
Constant Field Values
Since CICS TS version:
1.3
Since package version:
1.0

NUMBER_OF_BITS

static final int NUMBER_OF_BITS
The number of trace bits

See Also:
Constant Field Values
Since CICS TS version:
1.3
Since package version:
1.0