Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
CICS® Transaction Gateway Base API Programming Reference v9.0.0.2
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
com.ibm.ctg.epi.Terminal.EPISignOnType

  • Packages that use Terminal.EPISignOnType 
    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 Terminal.EPISignOnType in com.ibm.ctg.epi

      Fields in com.ibm.ctg.epi declared as Terminal.EPISignOnType 
      Modifier and Type Field and Description
      static Terminal.EPISignOnType Terminal.EPI_SIGNON_CAPABLE
      Signon Capable enumeration.
      static Terminal.EPISignOnType Terminal.EPI_SIGNON_INCAPABLE
      Signon Incapable enumeration.
      static Terminal.EPISignOnType Terminal.EPI_SIGNON_UNKNOWN
      Signon Unknown enumeration, do not use to try to create a terminal.
      Methods in com.ibm.ctg.epi that return Terminal.EPISignOnType 
      Modifier and Type Method and Description
      Terminal.EPISignOnType Terminal.getSignonCapability()
      If the terminal is connected, the signon capability of the associated EPI terminal is returned.
      Methods in com.ibm.ctg.epi with parameters of type Terminal.EPISignOnType 
      Modifier and Type Method and Description
      void Terminal.setSignonCapability(Terminal.EPISignOnType signoncapability)
      Sets the signon capability associated with the terminal.
      Constructors in com.ibm.ctg.epi with parameters of type Terminal.EPISignOnType 
      Constructor and Description
      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, 2013
Legal
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes