|
CICS® Transaction Gateway Programming Reference v1.1.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.ctg.client.JavaGatewayInterface
com.ibm.ctg.client.SslJavaGateway
public class SslJavaGateway
This class manages the connection between a program and a CICS Transaction
Gateway. 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.
Field Summary |
---|
Fields inherited from class com.ibm.ctg.client.JavaGatewayInterface |
---|
CLASS_VERSION, copyright |
Method Summary | |
---|---|
static java.lang.String |
getKeyRing()
Deprecated. As of v6.0, deprecated in favour of JavaGateway.getProtocolProperties() |
java.net.InetAddress |
getLocalAddress()
|
static void |
setKeyRing(java.lang.String strSetKeyRing,
java.lang.String strSetKeyRingPW)
Deprecated. As of v6.0, deprecated in favour of JavaGateway.setProtocolProperties(Properties) |
Methods inherited from class com.ibm.ctg.client.JavaGatewayInterface |
---|
setRequestExitMonitor |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.net.InetAddress getLocalAddress()
getLocalAddress
in class com.ibm.ctg.client.JavaGatewayInterface
@Deprecated public static void setKeyRing(java.lang.String strSetKeyRing, java.lang.String strSetKeyRingPW)
JavaGateway.setProtocolProperties(Properties)
strSetKeyRing
- the full classname of the key ring class or keystore
file.strSetKeyRingPW
- the password for the encrypted key ring class or
keystoregetKeyRing()
@Deprecated public static java.lang.String getKeyRing()
JavaGateway.getProtocolProperties()
setKeyRing(String, String)
|
©Copyright IBM Corp. 1994, 2014 Legal |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |