|
CICS® Transaction Gateway Programming Reference V3.1 | |||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Session in com.ibm.ctg.epi |
Classes in com.ibm.ctg.epi that implement Session | |
class |
EPITerminal
A Java bean that represents a connection to a CICS 3270 terminal. |
Fields in com.ibm.ctg.epi declared as Session | |
(package private) Session |
Terminal.session
|
Methods in com.ibm.ctg.epi with parameters of type Session | |
void |
Terminal.send(Session session,
java.lang.String transid,
java.lang.String data)
Starts a transaction on the server. |
void |
Terminal.send(Session session)
Sends the current screen to the server. |
void |
Terminal.setSession(Session s)
Set the Session object associated with the terminal. |
void |
TerminalInterface.send(Session session,
java.lang.String transid,
java.lang.String data)
Sends the current screen to the server. |
void |
TerminalInterface.send(Session session)
Sends the current screen to the server. |
void |
TerminalInterface.setSession(Session session)
Sets the Session associated with this terminal. |
|
© Copyright IBM Corp. 1994, 1999 | |||||||
PREV NEXT | FRAMES NO FRAMES |