See: Description
Interface | Description |
---|---|
ScreenEventListener |
This interface defines the events that can be raised by ScreenHandler.
|
Session |
An object that implements the
Session interface can be passed to
the Terminal send method. |
TerminalEventListener |
This interface can be implemented by classes that want to be informed
about terminal events.
|
TerminalInterface |
This interface defines the behaviour of a terminal.
|
TerminalReturnCodes |
This interface holds terminal specific error codes.
|
TerminalSession |
This interface defines the behaviour of a terminal which is in session, ie:
has an associated Session object.
|
Class | Description |
---|---|
AID |
This class represents an AID character to be sent to CICS.
|
EPIGateway |
This class extends
JavaGateway to provide some EPI specific
behaviour. |
EPISecurityAttrs |
Contains information about the security credentials currently
being used by the Terminal object.
|
EPITerminal |
A Java bean that represents a connection to a CICS 3270 terminal.
|
Field |
This class represents a field in a 3270 screen and provides methods to
query and set the contents and attributes of the field.
|
FieldData |
This class contains information about a field in a BMS map.
|
Map |
This class represents a BMS map.
|
MapData |
This class contains information about a BMS map.
|
Screen |
This class represents a 3270 terminal screen and provides methods to
query and set screen information.
|
ScreenEvent |
This event is raised by ScreenHandler.
|
ScreenHandler |
This class can be used as a base class for screen handlers.
|
Terminal |
This class represents an EPI terminal.
|
Terminal.EPISignOnType |
Class to allow for compile time checking of signon enumerations.
|
TerminalEvent |
This event is raised by the EPITerminal bean when the terminal connects or disconnects,
when a new screen is received from the server, or when an exception occurs.
|
Exception | Description |
---|---|
EPI3270Exception |
This exception can be thrown by the EPI classes when an error occurs.
|
EPIException |
This exception can be thrown by the EPI classes when an error occurs.
|
EPIFieldException |
This exception can be thrown by the EPI classes when an error occurs.
|
EPIGatewayException |
This exception can be thrown by the EPI classes when an error occurs.
|
EPIMapException |
This exception can be thrown by the EPI classes when an error occurs.
|
EPIRequestException |
This exception can be thrown by the EPI classes when an error occurs.
|
EPIScreenException |
This exception can be thrown by the EPI classes when an error occurs.
|
EPISecurityException |
This exception can be thrown by the EPI classes when an error occurs
|
EPITxnFailedException |
This exception can be thrown by the EPI classes when an error occurs.
|
TerminalException |
This exception can be thrown by the EPI classes when an error occurs.
|