Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

CICS® Transaction Gateway
v9.2.0.2 Base API

  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

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

  • Packages that use GatewayRequest 
    Package Description
    com.ibm.ctg.client
    Provides base classes for developing Java client applications.
    com.ibm.ctg.intercept
    Provides classes for developing CICS Intercept plug-ins that enable ECI, EPI and ESI requests from remote mode applications to be intercepted.
    • Uses of GatewayRequest in com.ibm.ctg.client

      Subclasses of GatewayRequest in com.ibm.ctg.client 
      Modifier and Type Class and Description
      class  CicsCpRequest
      This class contains the details of the code page used by the CICS TG.
      class  ECIRequest
      This class contains the details of an ECI request to the CICS Transaction Gateway.
      class  EPIRequest
      This class contains the details of an EPI request to the CICS Transaction Gateway.
      class  ESIRequest
      This class contains the details of an ESI request to the CICS Transaction Gateway.
      Methods in com.ibm.ctg.client with parameters of type GatewayRequest 
      Modifier and Type Method and Description
      int JavaGateway.flow(GatewayRequest gatRequest)
      Flows the specified GatewayRequest to the CICS Transaction Gateway and then waits for the reply.
      GatewayIntercept.InterceptAction GatewayIntercept.interceptFlow(JavaGateway gateway, GatewayRequest request)
      Allows the JavaGateway.flow(GatewayRequest) method to be intercepted.
      void Callbackable.setResults(GatewayRequest gatResults)
      This method is called prior to a Callbackable object being run.
    • Uses of GatewayRequest in com.ibm.ctg.intercept

      Methods in com.ibm.ctg.intercept with parameters of type GatewayRequest 
      Modifier and Type Method and Description
      CicsIntercept.InterceptAction CicsIntercept.interceptRequest(GatewayRequest req)
      Allows the GatewayRequest to be intercepted before being sent on to CICS.

Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

©Copyright IBM Corp. 1994, 2016


Legal
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes