| Name | Description | Type | Package | Framework |
| CciDaoSupport | Convenient super class for CCI-based data access objects. | Class | org.springframework.jca.cci.core.support | 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 |
| InteractionCallback | Generic callback interface for code that operates on a CCI Interaction. | Interface | org.springframework.jca.cci.core | 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 |