Uses of Interface
org.apache.commons.dbcp2.managed.XAConnectionFactory
-
Packages that use XAConnectionFactory Package Description org.apache.commons.dbcp2.managed This package provides support for pooling of ManagedConnections. -
-
Uses of XAConnectionFactory in org.apache.commons.dbcp2.managed
Classes in org.apache.commons.dbcp2.managed that implement XAConnectionFactory Modifier and Type Class Description class
DataSourceXAConnectionFactory
An implementation of XAConnectionFactory which uses a real XADataSource to obtain connections and XAResources.class
LocalXAConnectionFactory
An implementation of XAConnectionFactory which manages non-XA connections in XA transactions.Constructors in org.apache.commons.dbcp2.managed with parameters of type XAConnectionFactory Constructor Description PoolableManagedConnectionFactory(XAConnectionFactory connFactory, ObjectName dataSourceJmxName)
Creates a PoolableManagedConnectionFactory and attach it to a connection pool.
-