Package com.ibm.jakarta.connector2.cics.inbound
A typical JEE application first obtains a connection factory from the JEE application server, and uses the connection factory to acquire a connection, either an ECIConnection or an EPIConnection. Once the connection has been acquired, an Interaction object can be obtained from the connection. Depending on the connection type, this Interaction will be an instance of ECIInteraction or EPIInteraction and will provide an execute method which sends data to CICS and receives the returned data from CICS. Custom properties can be set on this Interaction via the creation of an appropriate InteractionSpec (ECIInteractionSpec or EPIInteractionSpec).
(These classes are not available in the CICS Transaction Gateway Desktop Edition).
(The EPI resource adapter is not available in CICS Transaction Gateway for z/OS).
-
ClassDescriptionInternal Helper class to provide standard logging for all CICS Resource Adapters.This interface contains the trace level enumerations.This class provides a single point of access to all messages used by the CICS resource adapters.The Inbound RA implementation.