CICS® Transaction Gateway Programming Reference V3.1

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

Uses of GatewayRequest in com.ibm.ctg.client
 

Subclasses of GatewayRequest in com.ibm.ctg.client
 class CicsCpRequest
          This class contains the details of the codepage used by the CICS Client.
 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
(package private)  int AutoJavaGateway.flow(GatewayRequest gatRequest)
          Flow SHOULD NEVER be called for an AutoJavaGateway.
 void Callbackable.setResults(GatewayRequest gatResults)
          This method is called prior to a Callbackable object being run.
 int HttpJavaGateway.flow(GatewayRequest gatRequest)
          Calls into our internal flow routine, passing the request object as both source of the request and as the object the reply is put into
protected  int HttpJavaGateway.flow(GatewayRequest gatRequest, GatewayRequest gatReplyInto)
          Flows the specified GatewayRequest to the CICS Gateway for Java and then waits for the reply.
 int HttpsJavaGateway.flow(GatewayRequest gatRequest)
          Calls into our internal flow routine, passing the request object as both source of the request and as the object the reply is put into
protected  int HttpsJavaGateway.flow(GatewayRequest gatRequest, GatewayRequest gatReplyInto)
          Flows the specified GatewayRequest to the CICS Gateway for Java and then waits for the reply.
 int JavaGateway.flow(GatewayRequest gatRequest)
          Pass through to the underlying real Gateway object
(package private)  int LocalJavaGateway.flow(GatewayRequest gatRequest)
          Executes a request locally rather than flowing it across the network to the Gateway for Java.
(package private)  void LocalJavaGateway.newExtendedRequest(GatewayRequest gatExtendedRequest)
          Adds a new extended request entry to our hashtable
(package private)  void LocalJavaGateway.updateExtendedRequest(GatewayRequest gatExtendedRequest)
          Updates an existing extended request entry in our hashtable
(package private)  void LocalJavaGateway.removeExtendedRequest(GatewayRequest gatExtendedRequest)
          Removes an existing extended request entry from our hashtable
(package private)  int SslJavaGateway.flow(GatewayRequest gatRequest)
          Flows the specified GatewayRequest to the CICS Gateway for Java and then waits for the reply.
(package private)  int TcpJavaGateway.flow(GatewayRequest gatRequest)
          Flows the specified GatewayRequest to the CICS Gateway for Java and then waits for the reply.
 

Uses of GatewayRequest in com.ibm.ctg.epi
 

Methods in com.ibm.ctg.epi with parameters of type GatewayRequest
 void Terminal.Wait.setResults(GatewayRequest r)
           
 

Uses of GatewayRequest in com.ibm.ctg.security
 

Methods in com.ibm.ctg.security with parameters of type GatewayRequest
 byte[] ClientSecurity.encodeRequest(byte[] cryptRequestFlow, GatewayRequest gatewayRequest)
          This method is called to encode a request to the CICS Transaction Gateway.
 void ClientSecurity.afterDecode(GatewayRequest gatewayReply)
          This method is called after an in-bound reply has been decoded.
 byte[] ServerSecurity.encodeReply(byte[] cryptReplyFlow, GatewayRequest gatewayRequest)
          This method is called to encode a reply to the client program.
 void ServerSecurity.afterDecode(GatewayRequest gatewayRequest)
          This method is called after an in-bound request has been decoded.
 byte[] SSLightServerSecurity.encodeReply(byte[] cryptReplyFlow, GatewayRequest gatewayRequest)
          This method is called to encode a reply to the client program.
 void SSLightServerSecurity.afterDecode(GatewayRequest gatewayRequest, SSLCert[] clientCertificate)
          This method is called after an in-bound request has been decoded.
 byte[] SystemSSLServerSecurity.encodeReply(byte[] cryptReplyFlow, GatewayRequest gatewayRequest)
          This method is called to encode a reply to the client program.
 void SystemSSLServerSecurity.afterDecode(GatewayRequest gatewayRequest, SSLCertificate clientCertificate)
          This method is called after an in-bound request has been decoded.
 


© Copyright IBM Corp. 1994, 1999