Class PoolingDataSource<C extends Connection>

java.lang.Object
org.apache.tomcat.dbcp.dbcp2.PoolingDataSource<C>
Type Parameters:
C - The connection type
All Implemented Interfaces:
AutoCloseable, Wrapper, CommonDataSource, DataSource

public class PoolingDataSource<C extends Connection> extends Object implements DataSource, AutoCloseable
A simple DataSource implementation that obtains Connections from the specified ObjectPool.
Since:
2.0