|
CICS® Transaction Gateway Programming Reference v1.1.0.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GatewayRequest | |
---|---|
com.ibm.ctg.client | Provides ECI, EPI and ESI base classes for developing Java client applications. |
com.ibm.ctg.security | Provides classes for developing client and server security exits. |
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 Client daemon. |
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 | |
---|---|
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.security |
---|
Methods in com.ibm.ctg.security with parameters of type GatewayRequest | |
---|---|
void |
ClientSecurity.afterDecode(GatewayRequest gatewayReply)
This method is called after an in-bound reply has been decoded. |
void |
ServerSecurity.afterDecode(GatewayRequest gatewayRequest)
This method is called after an in-bound request has been decoded. |
void |
JSSEServerSecurity.afterDecode(GatewayRequest gatewayRequest,
javax.security.cert.X509Certificate[] clientCertificate)
This method is called after an in-bound request has been decoded. |
byte[] |
JSSEServerSecurity.encodeReply(byte[] cryptReplyFlow,
GatewayRequest gatewayRequest)
This method is called to encode a reply to the client program. |
byte[] |
ServerSecurity.encodeReply(byte[] cryptReplyFlow,
GatewayRequest gatewayRequest)
This method is called to encode a reply to the client program. |
byte[] |
ClientSecurity.encodeRequest(byte[] cryptRequestFlow,
GatewayRequest gatewayRequest)
This method is called to encode a request to the CICS Transaction Gateway. |
|
©Copyright IBM Corp. 1994, 2014 Legal |
|||||||||
PREV NEXT | FRAMES NO FRAMES |