CICS® Transaction Gateway Programming Reference V3.1

Uses of Class
com.ibm.ctg.client.JavaGateway

Uses of JavaGateway in com.ibm.ctg.epi
 

Subclasses of JavaGateway in com.ibm.ctg.epi
 class EPIGateway
          This class extends JavaGateway to provide some EPI specific behaviour.
 

Fields in com.ibm.ctg.epi declared as JavaGateway
(package private)  JavaGateway Terminal.jgate
           
 

Methods in com.ibm.ctg.epi with parameters of type JavaGateway
 void Terminal.setGateway(JavaGateway jgate)
          Sets the Java Gateway that this terminal should use to connect to the server.
 void TerminalInterface.setGateway(JavaGateway jgate)
          Sets the JavaGateway that this terminal should use to connect to the server.
 

Constructors in com.ibm.ctg.epi with parameters of type JavaGateway
Terminal.Terminal(JavaGateway jgate, java.lang.String server, java.lang.String devtype, java.lang.String netname)
          Constructs a terminal to the given server using the given gateway
 


© Copyright IBM Corp. 1994, 1999