|
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.AutoJavaGateway
This is a bootstrap class. If the specified address is that of the local host, then the realInstance method returns an instance of the relevant network. Otherwise it returns an instance of a LocalJavaGateway.
Method Summary | |
(package private) void |
close()
Close SHOULD NEVER be called for an AutoJavaGateway. |
(package private) int |
flow(GatewayRequest gatRequest)
Flow SHOULD NEVER be called for an AutoJavaGateway. |
static java.lang.String |
getNetworkProtocol()
Returns the protocol used when an automatic JavaGateway
object determines that a network JavaGateway
object is required. |
(package private) void |
open()
Open SHOULD NEVER be called for an AutoJavaGateway. |
(package private) com.ibm.ctg.client.JavaGatewayInterface |
realInstance(java.lang.String strSetAddress,
int iSetPort,
java.lang.String strSetClientSecurityClass,
java.lang.String strSetServerSecurityClass,
boolean bSetInitialFlow)
Where all our work actually happens. |
static void |
setNetworkProtocol(java.lang.String strSetNetworkProtocol)
This method sets the protocol used when an automatic JavaGateway object determines that a network
JavaGateway object is required. |
Method Detail |
void open() throws java.io.IOException
int flow(GatewayRequest gatRequest) throws java.io.IOException
void close() throws java.io.IOException
com.ibm.ctg.client.JavaGatewayInterface realInstance(java.lang.String strSetAddress, int iSetPort, java.lang.String strSetClientSecurityClass, java.lang.String strSetServerSecurityClass, boolean bSetInitialFlow) throws java.io.IOException
strSetAddress
- Relevant address that this Gateway talks toiSetPort
- Relevant port that this Gateway talks tostrSetClientSecurity
- Class-name of client-side security objectstrSetServerSecurity
- Class-name of server-side security objectbSetInitialFlow
- Send an initial flow when openpublic static void setNetworkProtocol(java.lang.String strSetNetworkProtocol)
JavaGateway
object determines that a network
JavaGateway
object is required.strSetNetworkProtocol
- Protocol type to usepublic static java.lang.String getNetworkProtocol()
JavaGateway
object determines that a network JavaGateway
object is required.
|
© Copyright IBM Corp. 1994, 1999 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |