Package org.springframework.jca.cci.core
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Interfaces
CciOperations Interface that specifies a basic set of CCI operations on an EIS.
ConnectionCallback Generic callback interface for code that operates on a CCI Connection.
InteractionCallback 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 Callback interface for extracting a result object from a CCI Record instance.
Classes
CciTemplate This is the central class in the CCI core package. It simplifies the use of CCI and helps to avoid common errors.
Provides the core JCA CCI support, based on CciTemplate and its associated callback interfaces.