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