Package org.springframework.jca.cci.core

Provides the core JCA CCI support, based on CciTemplate and its associated callback interfaces.

See:
          Description

Interface Summary
CciOperations Interface that specifies a basic set of CCI operations on an EIS.
ConnectionCallback<T> Generic callback interface for code that operates on a CCI Connection.
InteractionCallback<T> Generic callback interface for code that operates on a CCI Interaction.
RecordCreator Callback interface for creating a CCI Record instance, usually based on the passed-in CCI RecordFactory.
RecordExtractor<T> Callback interface for extracting a result object from a CCI Record instance.
 

Class Summary
CciTemplate This is the central class in the CCI core package. It simplifies the use of CCI and helps to avoid common errors.
 

Package org.springframework.jca.cci.core Description

Provides the core JCA CCI support, based on CciTemplate and its associated callback interfaces.