| Name | Description | Type | Package | Framework |
| CannotCreateRecordException | Exception thrown when the creating of a CCI Record failedfor connector-internal reasons. | Class | org.springframework.jca.cci | Spring MVC |
| CannotGetCciConnectionException | Fatal exception thrown when we can't connect to an EIS using CCI. | Class | org.springframework.jca.cci | Spring MVC |
| CciDaoSupport | Convenient super class for CCI-based data access objects. | Class | org.springframework.jca.cci.core.support | Spring MVC |
| CciLocalTransactionManager | PlatformTransactionManager implementationthat manages local transactions for a single CCI ConnectionFactory. | Class | org.springframework.jca.cci.connection | Spring MVC |
| CciOperationNotSupportedException | Exception thrown when the connector doesn't support a specific CCI operation. | Class | org.springframework.jca.cci | Spring MVC |
| CciOperations | Interface that specifies a basic set of CCI operations on an EIS. | Interface | org.springframework.jca.cci.core | Spring MVC |
| CciTemplate | This is the central class in the CCI core package. | Class | org.springframework.jca.cci.core | Spring MVC |
| CommAreaRecord | CCI Record implementation for a COMMAREA, holding a byte array. | Class | org.springframework.jca.cci.core.support | Spring MVC |
| ConnectionCallback | Generic callback interface for code that operates on a CCI Connection. | Interface | org.springframework.jca.cci.core | Spring MVC |
| ConnectionFactoryUtils | Helper class that provides static methods for obtaining CCI Connectionsfrom a ConnectionFactory. | Class | org.springframework.jca.cci.connection | Spring MVC |
| ConnectionHolder | Connection holder, wrapping a CCI Connection. | Class | org.springframework.jca.cci.connection | Spring MVC |
| ConnectionSpecConnectionFactoryAdapter | An adapter for a target CCI ConnectionFactory,applying the given ConnectionSpec to every standard getConnection() | Class | org.springframework.jca.cci.connection | Spring MVC |
| DelegatingConnectionFactory | CCI ConnectionFactory implementation that delegates all callsto a given target ConnectionFactory. | Class | org.springframework.jca.cci.connection | Spring MVC |
| EisOperation | Base class for EIS operation objects that work with the CCI API. | Class | org.springframework.jca.cci.object | Spring MVC |
| InteractionCallback | Generic callback interface for code that operates on a CCI Interaction. | Interface | org.springframework.jca.cci.core | Spring MVC |
| InvalidResultSetAccessException | Exception thrown when a ResultSet has been accessed in an invalid fashion. | Class | org.springframework.jca.cci | Spring MVC |
| MappingCommAreaOperation | EIS operation object for access to COMMAREA records. | Class | org.springframework.jca.cci.object | Spring MVC |
| MappingRecordOperation | EIS operation object that expects mapped input and output objects,converting to and from CCI Records. | Class | org.springframework.jca.cci.object | Spring MVC |
| NotSupportedRecordFactory | NotSupportedException. | Class | org.springframework.jca.cci.connection | Spring MVC |
| RecordCreator | Callback interface for creating a CCI Record instance,usually based on the passed-in CCI RecordFactory. | Interface | org.springframework.jca.cci.core | Spring MVC |
| RecordExtractor | Callback interface for extracting a result object from a CCI Record instance. | Interface | org.springframework.jca.cci.core | Spring MVC |
| RecordTypeNotSupportedException | Exception thrown when the creating of a CCI Record failed becausethe connector doesn't support the desired CCI Record type. | Class | org.springframework.jca.cci | Spring MVC |
| SimpleRecordOperation | EIS operation object that accepts a passed-in CCI input Recordand returns a corresponding CCI output Record. | Class | org.springframework.jca.cci.object | Spring MVC |
| SingleConnectionFactory | A CCI ConnectionFactory adapter that returns the same Connection on allgetConnection calls, and ignores calls to | Class | org.springframework.jca.cci.connection | Spring MVC |
| TransactionAwareConnectionFactoryProxy | Proxy for a target CCI ConnectionFactory, addingawareness of Spring-managed transactions. | Class | org.springframework.jca.cci.connection | Spring MVC |