CICS® Transaction Gateway Programming Reference v1.1.0.0

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

Packages that use Session
com.ibm.ctg.epi Provides EPI support classes for developing Java applications without requiring a detailed knowledge of 3270 data streams. 
 

Uses of Session in com.ibm.ctg.epi
 

Classes in com.ibm.ctg.epi that implement Session
 class EPITerminal
          A Java bean that represents a connection to a CICS 3270 terminal.
 

Methods in com.ibm.ctg.epi with parameters of type Session
 void Terminal.connect(Session session, int installtimeout)
          Connects an extended terminal to the CICS server.
 void TerminalInterface.connect(Session session, int installTimeout)
          Connects an Extended terminal to the server, within a given timeout.
 void Terminal.send(Session session)
          Sends the current screen to the server.
 void TerminalInterface.send(Session session)
          Sends the current screen to the server.
 void Terminal.send(Session session, java.lang.String transid, java.lang.String data)
          Starts a transaction on the server.
 void TerminalInterface.send(Session session, java.lang.String transid, java.lang.String data)
          Sends the current screen to the server.
 void Terminal.setSession(Session newSess)
          Set the Session object associated with the terminal.
 void TerminalInterface.setSession(Session session)
          Sets the Session associated with this terminal.
 


©Copyright IBM Corp. 1994, 2014
Legal