CICS® Transaction Gateway Programming Reference V3.1

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

Uses of AID in com.ibm.ctg.epi
 

Fields in com.ibm.ctg.epi declared as AID
static AID AID.enter
          enter key
static AID AID.clear
          clear 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.PF2
          PF2 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
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.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
protected  AID EPIBasicScreenHandler.exitKey
          the AID key that will be used to try to exit a running transaction.
protected  AID ScreenHandler.aid
          the screen AID
 

Methods in com.ibm.ctg.epi that return AID
 AID EPIBasicScreenHandler.getExitKey()
          Returns the AID that will be used to exit any transaction that is running when the terminal is disconnected.
 AID EPIBasicScreenHandler.getAID()
          Returns the AID that will be sent to CICS.
 AID Screen.getAID()
          Get 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 EPIBasicScreenHandler.setExitKey(AID aid)
          Sets the AID that will be used to exit any transaction that is running when the terminal is disconnected.
 void EPIBasicScreenHandler.setAID(AID aid)
          Set the AID to send back to CICS.
 void Screen.setAID(AID aidkey)
          Set the AID that will be sent back to the server
 void ScreenHandler.setAID(AID aid)
          Set the AID.
 


© Copyright IBM Corp. 1994, 1999