• Packages that use EPIRequest 
    Package Description
    com.ibm.ctg.client
    Provides base classes for developing Java client applications.
    • Uses of EPIRequest in com.ibm.ctg.client

      Methods in com.ibm.ctg.client that return EPIRequest 
      Modifier and Type Method and Description
      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.