Package | Description |
---|---|
com.ibm.ctg.epi |
Provides EPI support classes for developing Java applications without
requiring a detailed knowledge of 3270 data streams.
|
Modifier and Type | Class and Description |
---|---|
class |
EPIGateway
This class extends
JavaGateway to provide some EPI specific
behaviour. |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
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.
|