Java org.apache.commons.dbcp2.managed ManagedDataSource fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.dbcp2.managed ManagedDataSource fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.dbcp2.managed ManagedDataSource.

The text is from its open source code.

Subclass

org.apache.commons.dbcp2.managed.ManagedDataSource has subclasses.
Click this link to see all its subclasses.

Constructor

ManagedDataSource(ObjectPool pool, TransactionRegistry transactionRegistry)
Creates a ManagedDataSource which obtains connections from the specified pool and manages them using the specified transaction registry.

Method

ConnectiongetConnection()