Uses of Interface
com.atomikos.datasource.pool.ConnectionPoolProperties

Packages that use ConnectionPoolProperties
com.atomikos.datasource.pool   
com.atomikos.jdbc   
com.atomikos.jdbc.nonxa   
com.atomikos.jms   
 

Uses of ConnectionPoolProperties in com.atomikos.datasource.pool
 

Constructors in com.atomikos.datasource.pool with parameters of type ConnectionPoolProperties
AbstractXPooledConnection(ConnectionPoolProperties props)
           
ConnectionPool(ConnectionFactory connectionFactory, ConnectionPoolProperties properties)
           
 

Uses of ConnectionPoolProperties in com.atomikos.jdbc
 

Classes in com.atomikos.jdbc that implement ConnectionPoolProperties
 class AbstractDataSourceBean
          Abstract data source bean with generic functionality.
 class AtomikosDataSourceBean
          The preferred class for using Atomikos connection pooling.
 

Constructors in com.atomikos.jdbc with parameters of type ConnectionPoolProperties
AtomikosXAPooledConnection(XAConnection xaConnection, JdbcTransactionalResource jdbcTransactionalResource, ConnectionPoolProperties props)
           
 

Uses of ConnectionPoolProperties in com.atomikos.jdbc.nonxa
 

Classes in com.atomikos.jdbc.nonxa that implement ConnectionPoolProperties
 class AtomikosNonXADataSourceBean
          A Bean class for DataSource access to non-XA JDBC implementations.
 

Uses of ConnectionPoolProperties in com.atomikos.jms
 

Classes in com.atomikos.jms that implement ConnectionPoolProperties
 class AtomikosConnectionFactoryBean
          This class represents the Atomikos JMS 1.1 connection factory for JTA-enabled JMS.
 



Copyright © 2011. All Rights Reserved.