| Package | Description |
|---|---|
| com.jolbox.bonecp |
The core package for the BoneCP connection pool.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BoneCPDataSource
DataSource for use with LazyConnection Provider etc.
|
| Modifier and Type | Field and Description |
|---|---|
protected BoneCPConfig |
BoneCP.config
Configuration object used in constructor.
|
| Modifier and Type | Method and Description |
|---|---|
BoneCPConfig |
BoneCPConfig.clone() |
BoneCPConfig |
BoneCPDataSource.getConfig()
Returns a configuration object built during initialization of the connection pool.
|
BoneCPConfig |
BoneCP.getConfig()
Gets config object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
BoneCPConfig.hasSameConfiguration(BoneCPConfig that)
Returns true if this instance has the same config as a given config.
|
| Constructor and Description |
|---|
BoneCP(BoneCPConfig config)
Constructor.
|
BoneCPDataSource(BoneCPConfig config) |
Copyright © 2009-2013 JolBox. All Rights Reserved.