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 | Interface and Description |
---|---|
interface |
TerminalInterface
This interface defines the behaviour of a terminal.
|
Modifier and Type | Class and Description |
---|---|
class |
EPITerminal
A Java bean that represents a connection to a CICS 3270 terminal.
|
class |
Terminal
This class represents an EPI terminal.
|
Modifier and Type | Method and Description |
---|---|
TerminalSession |
TerminalEvent.getTerminal()
Returns the terminal associated with this event.
|
Constructor and Description |
---|
TerminalEvent(java.lang.Object s,
TerminalSession t)
Construct a terminal event.
|
TerminalEvent(java.lang.Object s,
TerminalSession t,
java.lang.Exception e)
Construct a terminal exception event.
|
TerminalEvent(java.lang.Object s,
TerminalSession t,
int id)
Construct a terminal event.
|