|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
CciLocalTransactionManager | PlatformTransactionManager implementation that performs local transactions on a single CCI ConnectionFactory. |
ConnectionFactoryUtils | Helper class that provides static methods to obtain CCI Connections from a ConnectionFactory, and to close Connections if necessary. |
ConnectionHolder | Connection holder, wrapping a CCI Connection. |
ConnectionSpecConnectionFactoryAdapter | An adapter for a target ConnectionFacory, applying the given ConnectionSpec
to every standard getConnection() call, that is, implicitly
invoking getConnection(ConnectionSpec) on the target. |
DelegatingConnectionFactory | ConnectionFactory implementation that delegates all calls to a given target ConnectionFactory. |
SingleConnectionFactory | A CCI ConnectionFactory adapter that returns the same Connection on all
getConnection calls, and ignores calls to close . |
TransactionAwareConnectionFactoryProxy | Proxy for a target ConnectionFactory, adding awareness of Spring-managed transactions. |
Provides a utility class for easy ConnectionFactory access, a PlatformTransactionManager for local CCI transactions, and various simple ConnectionFactory proxies/adapters.