| Package | Description | 
|---|---|
| org.apache.commons.dbcp2.datasources | 
 This package contains two DataSources:  PerUserPoolDataSourceandSharedPoolDataSourcewhich provide a database connection pool. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PerUserPoolDataSource
 A pooling  DataSourceappropriate for deployment within J2EE environment. | 
| class  | SharedPoolDataSource
 A pooling  DataSourceappropriate for deployment within J2EE environment. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected InstanceKeyDataSource | SharedPoolDataSourceFactory. getNewInstance(Reference ref) | 
| protected InstanceKeyDataSource | PerUserPoolDataSourceFactory. getNewInstance(Reference ref) | 
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.