CICS® Transaction Gateway Programming Reference v1.1.0.0

Uses of Class
com.ibm.ctg.epi.AID

Packages that use AID
com.ibm.connector2.cics Provides classes for developing J2EE ECI and EPI applications. 
com.ibm.ctg.epi Provides EPI support classes for developing Java applications without requiring a detailed knowledge of 3270 data streams. 
 

Uses of AID in com.ibm.connector2.cics
 

Subclasses of AID in com.ibm.connector2.cics
 class AIDKey
          This class represents an AID character to be sent to CICS.
 

Methods in com.ibm.connector2.cics that return AID
 AID EPIInteractionSpec.getAID()
          Returns the AID property.
 

Methods in com.ibm.connector2.cics with parameters of type AID
 void EPIInteractionSpec.setAID(AID newAid)
          Sets the AID property.
 

Uses of AID in com.ibm.ctg.epi
 

Fields in com.ibm.ctg.epi declared as AID
static AID AID.clear
          Clear key.
static AID AID.enter
          Enter key.
static AID AID.PA1
          PA1 key.
static AID AID.PA2
          PA2 key.
static AID AID.PA3
          PA3 key.
static AID AID.PF1
          PF1 key.
static AID AID.PF10
          PF10 key.
static AID AID.PF11
          PF11 key.
static AID AID.PF12
          PF12 key.
static AID AID.PF13
          PF13 key.
static AID AID.PF14
          PF14 key.
static AID AID.PF15
          PF15 key.
static AID AID.PF16
          PF16 key.
static AID AID.PF17
          PF17 key.
static AID AID.PF18
          PF18 key.
static AID AID.PF19
          PF19 key.
static AID AID.PF2
          PF2 key.
static AID AID.PF20
          PF20 key.
static AID AID.PF21
          PF21 key.
static AID AID.PF22
          PF22 key.
static AID AID.PF23
          PF23 key.
static AID AID.PF24
          PF24 key.
static AID AID.PF3
          PF3 key.
static AID AID.PF4
          PF4 key.
static AID AID.PF5
          PF5 key.
static AID AID.PF6
          PF6 key.
static AID AID.PF7
          PF7 key.
static AID AID.PF8
          PF8 key.
static AID AID.PF9
          PF9 key.
 

Methods in com.ibm.ctg.epi that return AID
 AID Screen.getAID()
          Gets the AID that will be sent back to the server.
 AID ScreenHandler.getAID()
          Get the current AID value.
 

Methods in com.ibm.ctg.epi with parameters of type AID
 void Screen.setAID(AID aidkey)
          Sets the AID that will be sent back to the server.
 void ScreenHandler.setAID(AID aid)
          Set the AID.
 


©Copyright IBM Corp. 1994, 2014
Legal