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 |
EPITerminal
A Java bean that represents a connection to a CICS 3270 terminal.
|
Modifier and Type | Method and Description |
---|---|
void |
Terminal.connect(Session session,
int installtimeout)
Connects an extended terminal to the CICS server.
|
void |
TerminalInterface.connect(Session session,
int installTimeout)
Connects an Extended terminal to the server, within a given timeout.
|
void |
Terminal.send(Session session)
Sends the current screen to the server.
|
void |
TerminalInterface.send(Session session)
Sends the current screen to the server.
|
void |
Terminal.send(Session session,
java.lang.String transid,
java.lang.String data)
Starts a transaction on the server.
|
void |
TerminalInterface.send(Session session,
java.lang.String transid,
java.lang.String data)
Sends the current screen to the server.
|
void |
Terminal.setSession(Session newSess)
Set the Session object associated with the terminal.
|
void |
TerminalInterface.setSession(Session session)
Sets the Session associated with this terminal.
|