Package com.ibm.jakarta.connector2.cics
Class AIDKey
java.lang.Object
com.ibm.ctg.epi.AID
com.ibm.jakarta.connector2.cics.AIDKey
- All Implemented Interfaces:
Serializable
public final class AIDKey
extends com.ibm.ctg.epi.AID
This class represents an AID character to be sent to CICS.
A 3270 terminal sends a datastream to CICS when an AID key is pressed.
The AID characters are:
- enter
- clear
- PA1 - PA3
- PF1-PF24
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final AIDKey
'clear' keystatic final AIDKey
'enter' keystatic final AIDKey
PA1 keystatic final AIDKey
PA2 keystatic final AIDKey
PA3 keystatic final AIDKey
PF1 keystatic final AIDKey
PF10 keystatic final AIDKey
PF11 keystatic final AIDKey
PF12 keystatic final AIDKey
PF13 keystatic final AIDKey
PF14 keystatic final AIDKey
PF15 keystatic final AIDKey
PF16 keystatic final AIDKey
PF17 keystatic final AIDKey
PF18 keystatic final AIDKey
PF19 keystatic final AIDKey
PF2 keystatic final AIDKey
PF20 keystatic final AIDKey
PF21 keystatic final AIDKey
PF22 keystatic final AIDKey
PF23 keystatic final AIDKey
PF24 keystatic final AIDKey
PF3 keystatic final AIDKey
PF4 keystatic final AIDKey
PF5 keystatic final AIDKey
PF6 keystatic final AIDKey
PF7 keystatic final AIDKey
PF8 keystatic final AIDKey
PF9 keyFields inherited from class com.ibm.ctg.epi.AID
tags
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.ibm.ctg.epi.AID
equals, toString
-
Field Details
-
CLASS_VERSION
- See Also:
-
enter
'enter' key -
clear
'clear' key -
PA1
PA1 key -
PA2
PA2 key -
PA3
PA3 key -
PF1
PF1 key -
PF2
PF2 key -
PF3
PF3 key -
PF4
PF4 key -
PF5
PF5 key -
PF6
PF6 key -
PF7
PF7 key -
PF8
PF8 key -
PF9
PF9 key -
PF10
PF10 key -
PF11
PF11 key -
PF12
PF12 key -
PF13
PF13 key -
PF14
PF14 key -
PF15
PF15 key -
PF16
PF16 key -
PF17
PF17 key -
PF18
PF18 key -
PF19
PF19 key -
PF20
PF20 key -
PF21
PF21 key -
PF22
PF22 key -
PF23
PF23 key -
PF24
PF24 key
-
-
Constructor Details
-
AIDKey
Construct an AID Key from a string representation; for example 'enter'.- Parameters:
a
- the string.- Throws:
IllegalArgumentException
- If the string does not represent an AID.
-