com.ibm.cics.server
Interface TerminalSendBits

All Superinterfaces:
TerminalSendCommonBits
All Known Implementing Classes:
TerminalPrincipalFacility, TerminalPrincipalFacilityExtended

public interface TerminalSendBits
extends TerminalSendCommonBits

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

Version:
1.2
Author:
John Colgrave

Field Summary
static int FRSET
          The FRSET terminal code
static int NUMBER_OF_BITS
          The total number of optional control codes
static int WAIT
          The WAIT terminal code
 
Fields inherited from interface com.ibm.cics.server.TerminalSendCommonBits
ALARM, ERASE, FREEKB, PRINT
 

Field Detail

FRSET

static final int FRSET
The FRSET terminal code

See Also:
Constant Field Values

WAIT

static final int WAIT
The WAIT terminal code

See Also:
Constant Field Values

NUMBER_OF_BITS

static final int NUMBER_OF_BITS
The total number of optional control codes

See Also:
Constant Field Values