CICS® Transaction Gateway Programming Reference V3.1

Uses of Interface
com.ibm.ctg.epi.TerminalSession

Uses of TerminalSession in com.ibm.ctg.epi
 

Subinterfaces of TerminalSession in com.ibm.ctg.epi
 interface TerminalInterface
          This interface defines the behaviour of a terminal.
 

Classes in com.ibm.ctg.epi that implement TerminalSession
 class EPITerminal
          A Java bean that represents a connection to a CICS 3270 terminal.
 class Terminal
          This class represents an EPI terminal
 

Fields in com.ibm.ctg.epi declared as TerminalSession
protected  TerminalSession ScreenHandler.terminal
          the EPITerminal
 

Methods in com.ibm.ctg.epi that return TerminalSession
 TerminalSession TerminalEvent.getTerminal()
          Returns the terminal associated with this event
 

Constructors in com.ibm.ctg.epi with parameters of type TerminalSession
TerminalEvent.TerminalEvent(java.lang.Object s, TerminalSession t)
          Construct a terminal event
TerminalEvent.TerminalEvent(java.lang.Object s, TerminalSession t, int id)
          Construct a terminal event
TerminalEvent.TerminalEvent(java.lang.Object s, TerminalSession t, java.lang.Exception e)
          Construct a terminal exception event
 


© Copyright IBM Corp. 1994, 1999