|
CICS® Transaction Gateway Programming Reference v1.1.0.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Terminal.EPISignOnType | |
---|---|
com.ibm.ctg.epi | Provides EPI support classes for developing Java applications without requiring a detailed knowledge of 3270 data streams. |
Uses of Terminal.EPISignOnType in com.ibm.ctg.epi |
---|
Fields in com.ibm.ctg.epi declared as Terminal.EPISignOnType | |
---|---|
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. |
Methods in com.ibm.ctg.epi that return Terminal.EPISignOnType | |
---|---|
Terminal.EPISignOnType |
Terminal.getSignonCapability()
If the terminal is connected, the signon capability of the associated EPI terminal is returned. |
Methods in com.ibm.ctg.epi with parameters of type Terminal.EPISignOnType | |
---|---|
void |
Terminal.setSignonCapability(Terminal.EPISignOnType signoncapability)
Sets the signon capability associated with the terminal. |
Constructors in com.ibm.ctg.epi with parameters of type Terminal.EPISignOnType | |
---|---|
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 |