Uses of Interface
org.apache.commons.dbcp2.managed.XAConnectionFactory
Package
Description
This package provides support for pooling of ManagedConnections.
-
Uses of XAConnectionFactory in org.apache.commons.dbcp2.managed
Modifier 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.ModifierConstructorDescriptionPoolableManagedConnectionFactory
(XAConnectionFactory connFactory, ObjectName dataSourceJmxName) Creates a PoolableManagedConnectionFactory and attach it to a connection pool.