• Packages that use JavaGateway 
    Package Description
    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.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.