|
||||||||||
| 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 |
|---|
| 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(java.sql.Connection connection,
IStatementCache preparedStatementCache,
IStatementCache callableStatementCache,
BoneCP pool)
Private constructor used solely for unit testing. |
|
ConnectionHandle(java.lang.String url,
java.lang.String username,
java.lang.String password,
BoneCP pool)
Connection wrapper constructor |
|
ConnectionPartition(BoneCP pool)
Partition constructor |
|
ConnectionReleaseHelperThread(java.util.concurrent.BlockingQueue<ConnectionHandle> queue,
BoneCP pool)
Helper Thread constructor. |
|
PoolWatchThread(ConnectionPartition connectionPartition,
BoneCP pool)
Thread constructor |
|
StatementReleaseHelperThread(java.util.concurrent.BlockingQueue<StatementHandle> queue,
BoneCP pool)
Helper Thread constructor. |
|
Statistics(BoneCP pool)
BoneCP handle. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||