org.apache.commons.dbcp2.managed

Class ManagedDataSource<C extends Connection>

    • Constructor Detail

      • ManagedDataSource

        public ManagedDataSource(ObjectPool<C> pool,
                                 TransactionRegistry transactionRegistry)
        Creates a ManagedDataSource which obtains connections from the specified pool and manages them using the specified transaction registry. The TransactionRegistry must be the transaction registry obtained from the XAConnectionFactory used to create the connection pool. If not, an error will occur when attempting to use the connection in a global transaction because the XAResource object associated with the connection will be unavailable.
        Parameters:
        pool - the connection pool
        transactionRegistry - the transaction registry obtained from the XAConnectionFactory used to create the connection pool object factory

Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.