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.


Field Summary
static int DATA
           
static int NUMBER_OF_BITS
           
static int QUEUE
           
static int RTERMID
           
static int RTRANSID
           
 

Field Detail

DATA

public static final int DATA
See Also:
Constant Field Values

RTRANSID

public static final int RTRANSID
See Also:
Constant Field Values

RTERMID

public static final int RTERMID
See Also:
Constant Field Values

QUEUE

public static final int QUEUE
See Also:
Constant Field Values

NUMBER_OF_BITS

public static final int NUMBER_OF_BITS
See Also:
Constant Field Values