com.ibm.cics.server
Interface TerminalSendControlBits

All Superinterfaces:
TerminalSendCommonBits

public interface TerminalSendControlBits
extends TerminalSendCommonBits

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

Version:
1.2
Author:
John Colgrave

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

Field Detail

ERASEAUP

static final int ERASEAUP
The ERASEAUP terminal code

See Also:
Constant Field Values

FORMFEED

static final int FORMFEED
The FORMFEED terminal code

See Also:
Constant Field Values

FRSET

static final int FRSET
The FRSET 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