com.ibm.cics.server
Interface RetrieveBits

All Known Implementing Classes:
Task

public interface RetrieveBits

This interface provides a set of constants that should be used to construct a java.util.BitSet for use with the Task.retrieve() method.

Since CICS TS version:
1.3
Since package version:
1.0

Field Summary
static int DATA
          Constant - DATA
static int NUMBER_OF_BITS
          Constant - number of bits
static int QUEUE
          Constant - QUEUE
static int RTERMID
          Constant - RTERMID
static int RTRANSID
          Constant - RTRANSID
 

Field Detail

DATA

static final int DATA
Constant - DATA

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

RTRANSID

static final int RTRANSID
Constant - RTRANSID

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

RTERMID

static final int RTERMID
Constant - RTERMID

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

QUEUE

static final int QUEUE
Constant - QUEUE

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
Constant - number of bits

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