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 | Field and Description |
---|---|
static Terminal.EPISignOnType |
Terminal.EPI_SIGNON_CAPABLE
Signon Capable enumeration.
|
static Terminal.EPISignOnType |
Terminal.EPI_SIGNON_INCAPABLE
Signon Incapable enumeration.
|
static Terminal.EPISignOnType |
Terminal.EPI_SIGNON_UNKNOWN
Signon Unknown enumeration, do not use to try to create a terminal.
|
Modifier and Type | Method and Description |
---|---|
Terminal.EPISignOnType |
Terminal.getSignonCapability()
If the terminal is connected, the signon capability of the associated
EPI terminal is returned.
|
Modifier and Type | Method and Description |
---|---|
void |
Terminal.setSignonCapability(Terminal.EPISignOnType signoncapability)
Sets the signon capability associated with the terminal.
|
Constructor and Description |
---|
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.
|