| Package | Description |
|---|---|
| com.jolbox.bonecp |
The core package for the BoneCP connection pool.
|
| com.jolbox.bonecp.hooks |
Support for event notification on a connection state.
|
| Class and Description |
|---|
| AbstractConnectionStrategy
Parent class for the different pool strategies.
|
| BoneCP
Connection pool (main class).
|
| BoneCPConfig
Configuration class.
|
| BoneCPConfigMBean
MBean interface for config.
|
| CachedConnectionStrategy
A connection strategy that is optimized to store/retrieve the connection inside a thread
local variable.
|
| CachedConnectionStrategy.CachedConnectionStrategyThreadLocal
This is moved here to aid testing by exposing a dumbGet() method.
|
| ConnectionHandle
Connection handle wrapper around a JDBC connection.
|
| ConnectionPartition
Connection Partition structure
|
| ConnectionStrategy
Marker interface.
|
| IStatementCache
Interface to the JDBC statement cache.
|
| PreparedStatementHandle
Wrapper around JDBC PreparedStatement.
|
| ReplayLog |
| StatementHandle
Wrapper around JDBC Statement.
|
| Statistics
Statistics class.
|
| StatisticsMBean
MBean (JMX) contract.
|
| Class and Description |
|---|
| ConnectionHandle
Connection handle wrapper around a JDBC connection.
|
| StatementHandle
Wrapper around JDBC Statement.
|
Copyright © 2009-2013 JolBox. All Rights Reserved.