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.

Version:
1.2
Author:
John Colgrave

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

RTRANSID

static final int RTRANSID
Constant - RTRANSID

See Also:
Constant Field Values

RTERMID

static final int RTERMID
Constant - RTERMID

See Also:
Constant Field Values

QUEUE

static final int QUEUE
Constant - QUEUE

See Also:
Constant Field Values

NUMBER_OF_BITS

static final int NUMBER_OF_BITS
Constant - number of bits

See Also:
Constant Field Values