Uses of Class
org.springframework.jca.cci.connection.DelegatingConnectionFactory

Packages that use DelegatingConnectionFactory
org.springframework.jca.cci.connection Provides a utility class for easy ConnectionFactory access, a PlatformTransactionManager for local CCI transactions, and various simple ConnectionFactory proxies/adapters. 
 

Uses of DelegatingConnectionFactory in org.springframework.jca.cci.connection
 

Subclasses of DelegatingConnectionFactory in org.springframework.jca.cci.connection
 class 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.
 class SingleConnectionFactory
          A CCI ConnectionFactory adapter that returns the same Connection on all getConnection calls, and ignores calls to Connection.close().
 class TransactionAwareConnectionFactoryProxy
          Proxy for a target CCI ConnectionFactory, adding awareness of Spring-managed transactions.
 



Copyright (c) 2002-2007 The Spring Framework Project.