-
Packages that use JavaGateway Package Description com.ibm.ctg.client Provides base classes for developing Java client applications.com.ibm.ctg.epi Provides EPI support classes for developing Java applications without requiring a detailed knowledge of 3270 data streams. -
-
Uses of JavaGateway in com.ibm.ctg.client
Methods in com.ibm.ctg.client with parameters of type JavaGateway Modifier and Type Method and Description GatewayIntercept.InterceptActionGatewayIntercept. interceptClose(JavaGateway gateway)Allows theclose()method to be intercepted.GatewayIntercept.InterceptActionGatewayIntercept. interceptFlow(JavaGateway gateway, GatewayRequest request)Allows theflow(GatewayRequest)method to be intercepted.GatewayIntercept.InterceptActionGatewayIntercept. interceptOpen(JavaGateway gateway)Allows theopen()method to be intercepted. -
Uses of JavaGateway in com.ibm.ctg.epi
Subclasses of JavaGateway in com.ibm.ctg.epi Modifier and Type Class and Description classEPIGatewayThis class extendsJavaGatewayto provide some EPI specific behaviour.Methods in com.ibm.ctg.epi with parameters of type JavaGateway Modifier and Type Method and Description voidTerminal. setGateway(JavaGateway jgate)Sets the Java Gateway that this terminal should use to connect to the server.voidTerminalInterface. 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 Constructor and Description Terminal(JavaGateway jgate, java.lang.String server, java.lang.String devtype, java.lang.String netname)Constructs a basic terminal to the given server using the given gateway and automatically connects the terminal.Terminal(JavaGateway jgate, java.lang.String server, java.lang.String devtype, java.lang.String netname, Terminal.EPISignOnType signoncapability, java.lang.String userid, java.lang.String password, int readtimeout, java.lang.String encoding)Constructs an extended terminal to the given server using the given gateway which must be connected to explicitly before it can be used.
-