|
CICS® Transaction Gateway Programming Reference v1.1.0.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TerminalInterface | |
---|---|
com.ibm.ctg.epi | Provides EPI support classes for developing Java applications without requiring a detailed knowledge of 3270 data streams. |
Uses of TerminalInterface in com.ibm.ctg.epi |
---|
Classes in com.ibm.ctg.epi that implement TerminalInterface | |
---|---|
class |
Terminal
This class represents an EPI terminal. |
Methods in com.ibm.ctg.epi that return TerminalInterface | |
---|---|
TerminalInterface |
EPITerminal.getTerminal()
Returns the terminal that will be used to connect to CICS.. |
Methods in com.ibm.ctg.epi with parameters of type TerminalInterface | |
---|---|
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). |
|
©Copyright IBM Corp. 1994, 2014 Legal |
|||||||||
PREV NEXT | FRAMES NO FRAMES |