| Package | Description |
|---|---|
| com.jolbox.bonecp |
The core package for the BoneCP connection pool.
|
| Modifier and Type | Field and Description |
|---|---|
protected BoneCP |
ConnectionPartition.pool
Handle to the pool.
|
protected BoneCP |
AbstractConnectionStrategy.pool
Pool handle
|
| Modifier and Type | Method and Description |
|---|---|
BoneCP |
ConnectionHandle.getPool()
Returns a handle to the global pool from where this connection was obtained.
|
BoneCP |
BoneCPDataSource.getPool()
Returns a handle to the pool.
|
| Modifier and Type | Method and Description |
|---|---|
protected static ConnectionHandle |
ConnectionHandle.createTestConnectionHandle(Connection connection,
IStatementCache preparedStatementCache,
IStatementCache callableStatementCache,
BoneCP pool)
Private -- used solely for unit testing.
|
| Constructor and Description |
|---|
CachedConnectionStrategy(BoneCP pool,
ConnectionStrategy fallbackStrategy) |
ConnectionHandle(Connection connection,
ConnectionPartition partition,
BoneCP pool,
boolean recreating)
Internal constructor
|
ConnectionMaxAgeThread(ConnectionPartition connectionPartition,
ScheduledExecutorService scheduler,
BoneCP pool,
long maxAgeInMs,
boolean lifoMode)
Constructor
|
ConnectionPartition(BoneCP pool)
Partition constructor
|
ConnectionTesterThread(ConnectionPartition connectionPartition,
ScheduledExecutorService scheduler,
BoneCP pool,
long idleMaxAgeInMs,
long idleConnectionTestPeriodInMs,
boolean lifoMode)
Constructor
|
DefaultConnectionStrategy(BoneCP pool) |
PoolWatchThread(ConnectionPartition connectionPartition,
BoneCP pool)
Thread constructor
|
Statistics(BoneCP pool)
BoneCP handle.
|
Copyright © 2009-2013 JolBox. All Rights Reserved.