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

RTRANSID

public static final int RTRANSID

RTERMID

public static final int RTERMID

QUEUE

public static final int QUEUE

NUMBER_OF_BITS

public static final int NUMBER_OF_BITS


Copyright (c) 2001 by Sun Microsystems, Inc.