Interface | Description |
---|---|
CICSLogTraceLevels |
This interface contains the trace level enumerations.
|
Class | Description |
---|---|
CICSConnection |
This abstract class provides the general CICS connection class.
|
CICSConnectionFactory |
This abstract class provides the framework for CICS connection factories.
|
CICSConnectionMetaData |
This class contains the connection metadata as defined in the JEE Connector
specification.
|
CICSConnectionSpec |
Framework class for the ConnectionSpec.
|
CICSInteraction |
Framework abstract class for Interaction.
|
CICSInteractionSpec |
This abstract class allows you to set the values for a general CICS request.
|
ECIChannelRecord |
ECIChannelRecord provides channels and containers support for the CICS ECI
resource adapter.
|
ECIConnection |
The ECIConnection class represents a connection to CICS.
|
ECIConnectionFactory |
The ECIConnectionFactory allows a client component to request a connection
to CICS.
|
ECIConnectionSpec |
When a client component wants an
ECIConnection with specific properties
to be returned by an ECIConnectionFactory.getConnection(javax.resource.cci.ConnectionSpec)
call then an ECIConnectionSpec is used to wrap these properties. |
ECIInteraction |
The ECIInteraction class is used to control interaction with CICS
via the ECIConnection object.
|
ECIInteractionSpec |
The ECIInteractionSpec class is used to define some details of the interaction
with CICS, for example the COMMAREA length.
|
ECIResourceAdapterRc |
This class contains the return code strings that could be contained within any
exception thrown by the ECI Resource Adapter.
|
Exception | Description |
---|---|
CICSTxnAbendException |
This exception is thrown if the CICS transaction has ended abnormally (abended).
|
A resource adapter application must first obtain a connection factory and then use this connection factory to acquire a connection to the local CICS region. Once the connection has been acquired, an ECI interaction object can be obtained from the connection. This ECI interaction object provides an execute method which invokes a CICS program with COMMAREA or channel data, and receives the returned data.