CICS® Transaction Gateway Programming Reference v1.1.0.0

Uses of Class
com.ibm.ctg.epi.TerminalException

Packages that use TerminalException
com.ibm.ctg.epi Provides EPI support classes for developing Java applications without requiring a detailed knowledge of 3270 data streams. 
 

Uses of TerminalException in com.ibm.ctg.epi
 

Methods in com.ibm.ctg.epi that throw TerminalException
 EPISecurityAttrs EPITerminal.changePassword(java.lang.String newPass)
          Allows modification of the password for a given userid and current password with the External Security Manager
 EPISecurityAttrs Terminal.changePassword(java.lang.String newPass)
          Allows you to change the password for a given user ID and current password with the External Security Manager.
 EPISecurityAttrs TerminalSession.changePassword(java.lang.String newPass)
          Allows you to change the password for a given userid and current password with the External Security Manager
 void Terminal.setDeviceType(java.lang.String devtype)
          Sets the device type the terminal should use.
 void Terminal.setEncoding(java.lang.String newEncoding)
          Sets the Java Encoding associated with the terminal.
 void Terminal.setGateway(JavaGateway jgate)
          Sets the Java Gateway that this terminal should use to connect to the server.
 void Terminal.setInstallTimeout(int installtimeout)
          Sets the install timeout associated with the terminal.
 void Terminal.setNetName(java.lang.String netname)
          Sets the netname that terminal should use.
 void Terminal.setReadTimeout(int readtimeout)
          Sets the read timeout associated with the terminal.
 void Terminal.setServerName(java.lang.String server)
          Sets the name of the server the terminal should connect to.
 void Terminal.setSignonCapability(Terminal.EPISignOnType signoncapability)
          Sets the signon capability associated with the terminal.
 EPISecurityAttrs EPITerminal.verifyPassword()
          Verifies the userid and password with the External Security Manager
 EPISecurityAttrs Terminal.verifyPassword()
          Verifies the user ID and password with the External Security Manager.
 EPISecurityAttrs TerminalSession.verifyPassword()
          Verifies the userid and password with the External Security Manager
 


©Copyright IBM Corp. 1994, 2014
Legal