Package | Description |
---|---|
org.apache.commons.dbcp2.datasources |
This package contains two DataSources:
PerUserPoolDataSource and
SharedPoolDataSource which provide a database connection pool. |
Modifier and Type | Class and Description |
---|---|
class |
PerUserPoolDataSource
A pooling
DataSource appropriate for deployment within
J2EE environment. |
class |
SharedPoolDataSource
A pooling
DataSource appropriate 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–2017 The Apache Software Foundation. All rights reserved.