Uses of Interface
org.apache.commons.dbcp2.managed.XAConnectionFactory
Packages that use XAConnectionFactory
Package
Description
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 XAConnectionFactoryModifier and TypeClassDescriptionclass
An implementation of XAConnectionFactory which uses a real XADataSource to obtain connections and XAResources.class
An implementation of XAConnectionFactory which manages non-XA connections in XA transactions.Constructors in org.apache.commons.dbcp2.managed with parameters of type XAConnectionFactoryModifierConstructorDescriptionPoolableManagedConnectionFactory
(XAConnectionFactory connFactory, ObjectName dataSourceJmxName) Creates a PoolableManagedConnectionFactory and attach it to a connection pool.