org.springframework.jca.cci.connection.ConnectionFactoryUtils Helper class that provides static methods to obtain CCI Connections from a ConnectionFactory, and to close Connections if necessary. Has special support for Spring-managed connections, e.g. for use with CciLocalTransactionManager. <p>Used internally by CciTemplate, CCI operation objects and ...
org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy Proxy for a target ConnectionFactory, adding awareness of Spring-managed transactions. Similar to a transactional JNDI ConnectionFactory as provided by a J2EE server. <p>Data access code that should remain unaware of Spring's data access support can work with this proxy to seamlessly partic ...
org.jboss.test.jca.mbean.MTOperation MultiThreaded Operations that can be executed concurrently. Based on Operation class. @author <a HREF="dimitris@jboss.org">Dimitris Andreadis</a> @version $Revision: 1.2.2.4 $