|
CICS® Transaction Gateway Programming Reference V3.1 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.ctg.client.SslJavaGateway
This class manages the connection between a program and a CICS Gateway
for Java. You will need a SslJavaGateway object for each Gateway that
you wish to talk to. Once a connection has been established, you send
GatewayRequest objects (or sub-classes of) to the Gateway via the
flow
method.
A SslJavaGateway object has a second thread which is used to listen for in-bound replies from the Gateway.
Method Summary | |
(package private) void |
close()
Closes the connection to the CICS Gateway for Java. |
(package private) int |
flow(GatewayRequest gatRequest)
Flows the specified GatewayRequest to the CICS Gateway for Java and then waits for the reply. |
static java.lang.String |
getKeyRing()
Returns the KeyRing class used for the client connection. |
(package private) void |
open()
Opens a SslJavaGateway, connecting it to the CICS Gateway for Java at the specified IP address and port. |
static void |
setKeyRing(java.lang.String strSetKeyRing,
java.lang.String strSetKeyRingPW)
This method sets the SSL KeyRing class to be used for the client connection, and also the PASSWORD for the encrypted keyring. |
Method Detail |
void open() throws java.io.IOException
int flow(GatewayRequest gatRequest) throws java.io.IOException
gatRequest
- GatewayRequest object containing the requestvoid close() throws java.io.IOException
public static void setKeyRing(java.lang.String strSetKeyRing, java.lang.String strSetKeyRingPW)
strSetKeyRing
- contains the full classname of the KeyRing classstrSetKeyRingPW
- contains the PASSWORD for the encrypted KeyRing classpublic static java.lang.String getKeyRing()
|
© Copyright IBM Corp. 1994, 1999 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |