|
CICS® Transaction Gateway Programming Reference v1.1.0.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JavaGateway | |
---|---|
com.ibm.ctg.client | Provides ECI, EPI and ESI base classes for developing Java client applications. |
com.ibm.ctg.epi | Provides EPI support classes for developing Java applications without requiring a detailed knowledge of 3270 data streams. |
Uses of JavaGateway in com.ibm.ctg.client |
---|
Methods in com.ibm.ctg.client with parameters of type JavaGateway | |
---|---|
GatewayIntercept.InterceptAction |
GatewayIntercept.interceptClose(JavaGateway gateway)
Allows the close() method to be intercepted. |
GatewayIntercept.InterceptAction |
GatewayIntercept.interceptFlow(JavaGateway gateway,
GatewayRequest request)
Allows the flow(GatewayRequest) method to be intercepted. |
GatewayIntercept.InterceptAction |
GatewayIntercept.interceptOpen(JavaGateway gateway)
Allows the open() method to be intercepted. |
Uses of JavaGateway in com.ibm.ctg.epi |
---|
Subclasses of JavaGateway in com.ibm.ctg.epi | |
---|---|
class |
EPIGateway
This class extends JavaGateway to provide some EPI specific
behaviour. |
Methods in com.ibm.ctg.epi with parameters of type JavaGateway | |
---|---|
void |
Terminal.setGateway(JavaGateway jgate)
Sets the Java Gateway that this terminal should use to connect to the server. |
void |
TerminalInterface.setGateway(JavaGateway jgate)
Sets the JavaGateway that this terminal should use to connect to the server. |
Constructors in com.ibm.ctg.epi with parameters of type JavaGateway | |
---|---|
Terminal(JavaGateway jgate,
java.lang.String server,
java.lang.String devtype,
java.lang.String netname)
Constructs a basic terminal to the given server using the given gateway and automatically connects the terminal. |
|
Terminal(JavaGateway jgate,
java.lang.String server,
java.lang.String devtype,
java.lang.String netname,
Terminal.EPISignOnType signoncapability,
java.lang.String userid,
java.lang.String password,
int readtimeout,
java.lang.String encoding)
Constructs an extended terminal to the given server using the given gateway which must be connected to explicitly before it can be used. |
|
©Copyright IBM Corp. 1994, 2014 Legal |
|||||||||
PREV NEXT | FRAMES NO FRAMES |