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 |
Terminal
This class represents an EPI terminal.
|
Modifier and Type | Method and Description |
---|---|
TerminalInterface |
EPITerminal.getTerminal()
Returns the terminal that will be used to connect to CICS..
|
Modifier and Type | Method and Description |
---|---|
void |
EPITerminal.handleException(TerminalInterface term,
java.lang.Exception e)
Handles an exception received from the Terminal class
is in the right state.
|
void |
EPITerminal.handleReply(TerminalInterface term)
Handles a reply from CICS by sending handleScreen events to all listeners if the terminal
is in the right state.
|
void |
Session.handleReply(TerminalInterface terminal)
Implement this method to handle EPI Events.
|
void |
EPITerminal.setTerminal(TerminalInterface t)
Sets the terminal that will be used to connect to CICS (Disconnect and reconnect
for this change to take effect).
|