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 Interface
com.ibm.ctg.epi.TerminalInterface

  • Packages that use TerminalInterface 
    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 TerminalInterface in com.ibm.ctg.epi

      Classes in com.ibm.ctg.epi that implement TerminalInterface 
      Modifier and Type Class and Description
      class  Terminal
      This class represents an EPI terminal.
      Methods in com.ibm.ctg.epi that return TerminalInterface 
      Modifier and Type Method and Description
      TerminalInterface EPITerminal.getTerminal()
      Returns the terminal that will be used to connect to CICS..
      Methods in com.ibm.ctg.epi with parameters of type TerminalInterface 
      Modifier and Type Method and Description
      void EPITerminal.handleException(TerminalInterface term, java.lang.Exception e)
      Handles an exception received from the Terminal class is in the right state.
      void EPITerminal.handleReply(TerminalInterface term)
      Handles a reply from CICS by sending handleScreen events to all listeners if the terminal is in the right state.
      void Session.handleReply(TerminalInterface terminal)
      Implement this method to handle EPI Events.
      void EPITerminal.setTerminal(TerminalInterface t)
      Sets the terminal that will be used to connect to CICS (Disconnect and reconnect for this change to take effect).

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