| Package | Description |
|---|---|
| com.jolbox.bonecp |
The core package for the BoneCP connection pool.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConnectionStrategy
Parent class for the different pool strategies.
|
class |
CachedConnectionStrategy
A connection strategy that is optimized to store/retrieve the connection inside a thread
local variable.
|
class |
DefaultConnectionStrategy
The normal getConnection() strategy class in use.
|
| Modifier and Type | Field and Description |
|---|---|
protected ConnectionStrategy |
BoneCP.connectionStrategy
Currently active get connection strategy class to use.
|
| Modifier and Type | Method and Description |
|---|---|
static ConnectionStrategy |
CachedConnectionStrategy.getInstance(BoneCP pool,
ConnectionStrategy fallbackStrategy)
Singleton pattern.
|
| Modifier and Type | Method and Description |
|---|---|
static ConnectionStrategy |
CachedConnectionStrategy.getInstance(BoneCP pool,
ConnectionStrategy fallbackStrategy)
Singleton pattern.
|
Copyright © 2009-2012 JolBox. All Rights Reserved.