| Package | Description |
|---|---|
| org.vibur.dbcp | |
| org.vibur.dbcp.pool |
| Modifier and Type | Method and Description |
|---|---|
protected ViburObjectFactory |
ViburConfig.getConnectionFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ViburConfig.setConnectionFactory(ViburObjectFactory connectionFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionFactory
The object factory which controls the lifecycle of the underlying JDBC Connections: creates them,
validates them if needed, and destroys them.
|
| Constructor and Description |
|---|
PoolOperations(ViburDBCPDataSource dataSource,
ViburObjectFactory connectionFactory,
org.vibur.objectpool.PoolService<ConnHolder> poolService)
Instantiates the PoolOperations facade.
|
Copyright © 2013-2019 vibur.org. All Rights Reserved.