Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

CICS® Transaction Gateway
v9.1.0.4 Base API

  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

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

  • 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.InterceptAction GatewayIntercept.interceptClose(JavaGateway gateway)
      Allows the close() method to be intercepted.
      GatewayIntercept.InterceptAction GatewayIntercept.interceptFlow(JavaGateway gateway, GatewayRequest request)
      Allows the flow(GatewayRequest) method to be intercepted.
      GatewayIntercept.InterceptAction GatewayIntercept.interceptOpen(JavaGateway gateway)
      Allows the open() 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
      class  EPIGateway
      This class extends JavaGateway to provide some EPI specific behaviour.
      Methods in com.ibm.ctg.epi with parameters of type JavaGateway 
      Modifier and Type Method and Description
      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 
      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.

Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

©Copyright IBM Corp. 1994, 2017


Legal
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes