CICS® Transaction Gateway Programming Reference V3.1

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

Uses of EPIRequest in com.ibm.ctg.client
 

Methods in com.ibm.ctg.client that return EPIRequest
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.
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.
 

Uses of EPIRequest in com.ibm.ctg.epi
 

Fields in com.ibm.ctg.epi declared as EPIRequest
(package private)  EPIRequest EPIGateway.request
          EPIRequest used to query the available servers
(package private)  EPIRequest Terminal.syncReq
           
(package private)  EPIRequest Terminal.asyncReq
           
 

Methods in com.ibm.ctg.epi with parameters of type EPIRequest
(package private) static java.lang.String EPIException.getStringRc(EPIRequest req)
          Returns a user-friendly version of a CICS return code
(package private)  void Terminal.handleEvent(EPIRequest req)
           
 

Constructors in com.ibm.ctg.epi with parameters of type EPIRequest
EPIException.EPIException(int msgno, java.lang.String fn, EPIRequest req)
          Constructs an EPIException with the message identified by the given message number, and inserting the given String and the return code from an EPIRequest.
 


© Copyright IBM Corp. 1994, 1999