CICS® Transaction Gateway Programming Reference v1.1.0.0

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

Packages that use EPIRequest
com.ibm.ctg.client Provides ECI, EPI and ESI base classes for developing Java client applications. 
 

Uses of EPIRequest in com.ibm.ctg.client
 

Methods in com.ibm.ctg.client that return EPIRequest
static EPIRequest EPIRequest.addTerminal(java.lang.String strServer, java.lang.String strNetName, java.lang.String strDeviceType)
          This method returns a new EPIRequest object which can be used to effect a CICS_EpiAddTerminal on the CICS Transaction Gateway.
static EPIRequest EPIRequest.addTerminal(java.lang.String strServer, java.lang.String strNetName, java.lang.String strDeviceType, java.lang.String strUserid, java.lang.String strPassword, int iInstallTimeout, int iReadTimeout, int iSignonCapability, int iCCSid)
          This method returns a new EPIRequest object which can be used to effect a CICS_EpiAddExTerminal on the CICS Transaction Gateway.
static EPIRequest EPIRequest.addTerminalAsync(java.lang.String strServer, java.lang.String strNetName, java.lang.String strDeviceType, java.lang.String strUserid, java.lang.String strPassword, int iInstallTimeout, int iReadTimeout, int iSignonCapability, int iCCSid)
          This method returns a new EPIRequest object which can be used to effect a CICS_EpiAddExTerminal on the CICS Transaction Gateway.
static EPIRequest EPIRequest.listSystems(int iNumOfSys)
          This method returns a new EPIRequest object which can be used to effect a CICS_EpiListSystems on the CICS Transaction Gateway.
 


©Copyright IBM Corp. 1994, 2014
Legal