public class SslJavaGateway
extends com.ibm.ctg.client.JavaGatewayInterface
implements java.lang.Runnable
flow method.
A SslJavaGateway object has a second thread which is used to listen for inbound replies from the Gateway.
| Modifier and Type | Method and Description |
|---|---|
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) |
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)