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.TerminalSession

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

      Subinterfaces of TerminalSession in com.ibm.ctg.epi 
      Modifier and Type Interface and Description
      interface  TerminalInterface
      This interface defines the behaviour of a terminal.
      Classes in com.ibm.ctg.epi that implement TerminalSession 
      Modifier and Type Class and Description
      class  EPITerminal
      A Java bean that represents a connection to a CICS 3270 terminal.
      class  Terminal
      This class represents an EPI terminal.
      Methods in com.ibm.ctg.epi that return TerminalSession 
      Modifier and Type Method and Description
      TerminalSession TerminalEvent.getTerminal()
      Returns the terminal associated with this event.
      Constructors in com.ibm.ctg.epi with parameters of type TerminalSession 
      Constructor and Description
      TerminalEvent(java.lang.Object s, TerminalSession t)
      Construct a terminal event.
      TerminalEvent(java.lang.Object s, TerminalSession t, java.lang.Exception e)
      Construct a terminal exception event.
      TerminalEvent(java.lang.Object s, TerminalSession t, int id)
      Construct a terminal event.

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