|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BoneCP | |
|---|---|
| com.jolbox.bonecp | The core package for the BoneCP connection pool. |
| Uses of BoneCP in com.jolbox.bonecp |
|---|
| Fields in com.jolbox.bonecp declared as BoneCP | |
|---|---|
protected BoneCP |
ConnectionPartition.pool
Handle to the pool. |
| Methods in com.jolbox.bonecp that return BoneCP | |
|---|---|
BoneCP |
ConnectionHandle.getPool()
Returns a handle to the global pool from where this connection was obtained. |
| Constructors in com.jolbox.bonecp with parameters of type BoneCP | |
|---|---|
ConnectionHandle(Connection connection,
IStatementCache preparedStatementCache,
IStatementCache callableStatementCache,
BoneCP pool)
Private constructor used solely for unit testing. |
|
ConnectionHandle(String url,
String username,
String password,
BoneCP pool)
Connection wrapper constructor |
|
ConnectionMaxAgeThread(ConnectionPartition connectionPartition,
ScheduledExecutorService scheduler,
BoneCP pool,
long maxAgeInMs,
boolean lifoMode)
Constructor |
|
ConnectionPartition(BoneCP pool)
Partition constructor |
|
ConnectionReleaseHelperThread(BlockingQueue<ConnectionHandle> queue,
BoneCP pool)
Helper Thread constructor. |
|
ConnectionTesterThread(ConnectionPartition connectionPartition,
ScheduledExecutorService scheduler,
BoneCP pool,
long idleMaxAgeInMs,
long idleConnectionTestPeriodInMs,
boolean lifoMode)
Constructor |
|
PoolWatchThread(ConnectionPartition connectionPartition,
BoneCP pool)
Thread constructor |
|
StatementReleaseHelperThread(BlockingQueue<StatementHandle> queue,
BoneCP pool)
Helper Thread constructor. |
|
Statistics(BoneCP pool)
BoneCP handle. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||