| 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.
|
| Modifier and Type | Field and Description |
|---|---|
protected ConnectionHook |
StatementHandle.connectionHook
Config setting.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionHook |
ConnectionHandle.getConnectionHook()
Returns the configured connection hook object.
|
ConnectionHook |
BoneCPConfigMBean.getConnectionHook()
Returns the connection hook class.
|
ConnectionHook |
BoneCPConfig.getConnectionHook()
Returns the connection hook class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BoneCPConfig.setConnectionHook(ConnectionHook connectionHook)
Sets the connection hook.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConnectionHook
A no-op implementation of the ConnectionHook interface.
|
Copyright © 2009-2013 JolBox. All Rights Reserved.