Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
CICS® Transaction Gateway Base API Programming Reference v9.0.0.2
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

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

  • Packages that use AID 
    Package Description
    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.ctg.epi

      Fields in com.ibm.ctg.epi declared as AID 
      Modifier and Type Field and Description
      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 
      Modifier and Type Method and Description
      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 
      Modifier and Type Method and Description
      void Screen.setAID(AID aidkey)
      Sets the AID that will be sent back to the server.
      void ScreenHandler.setAID(AID aid)
      Set the AID.

Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
©Copyright IBM Corp. 1994, 2013
Legal
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes