CICS® Transaction Gateway Programming Reference V3.1

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

Uses of TerminalInterface in com.ibm.ctg.epi
 

Classes in com.ibm.ctg.epi that implement TerminalInterface
 class Terminal
          This class represents an EPI terminal
 

Methods in com.ibm.ctg.epi that return TerminalInterface
 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
 void EPITerminal.setTerminal(TerminalInterface t)
          Set the terminal that will be used to connect to CICS.
 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)
          Called to deal with EPI Events.
 


© Copyright IBM Corp. 1994, 1999