Uses of Package
org.springframework.jca.cci.core

Packages that use org.springframework.jca.cci.core
org.springframework.jca.cci.core Provides the core JCA CCI support, based on CciTemplate and its associated callback interfaces. 
org.springframework.jca.cci.core.support Classes supporting the org.springframework.jca.cci.core package. 
org.springframework.jca.cci.object The classes in this package represent EIS operations as threadsafe, reusable objects. 
 

Classes in org.springframework.jca.cci.core used by org.springframework.jca.cci.core
CciOperations
          Interface that specifies a basic set of CCI operations on an EIS.
CciTemplate
          This is the central class in the CCI core package.
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 in org.springframework.jca.cci.core used by org.springframework.jca.cci.core.support
CciTemplate
          This is the central class in the CCI core package.
 

Classes in org.springframework.jca.cci.core used by org.springframework.jca.cci.object
CciTemplate
          This is the central class in the CCI core package.
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.
 



Copyright © 2002-2008 The Spring Framework.