| Package | Description |
|---|---|
| org.vibur.dbcp | |
| org.vibur.dbcp.pool |
| Modifier and Type | Method and Description |
|---|---|
TakenConnection[] |
ViburDataSource.getTakenConnections()
Returns an array of all taken proxy Connections.
|
TakenConnection[] |
ViburDBCPDataSource.getTakenConnections() |
| Modifier and Type | Class and Description |
|---|---|
class |
ConnHolder
The stateful versioned object which is held in the object pool.
|
| Modifier and Type | Field and Description |
|---|---|
static TakenConnection[] |
ViburListener.NO_TAKEN_CONNECTIONS |
| Modifier and Type | Method and Description |
|---|---|
TakenConnection[] |
ViburListener.getTakenConnections()
|
| Modifier and Type | Method and Description |
|---|---|
String |
TakenConnectionsFormatter.formatTakenConnections(TakenConnection[] takenConns)
Formats as a
String the given array of TakenConnections. |
String |
TakenConnectionsFormatter.Default.formatTakenConnections(TakenConnection[] takenConns) |
void |
Hook.GetConnectionTimeout.on(TakenConnection[] takenConnections,
long takenNanos)
A programming hook that will be invoked only when the call to
getConnection() timeouts. |
void |
DefaultHook.GetConnectionTimeout.on(TakenConnection[] takenConnections,
long takenNanos) |
Copyright © 2013-2019 vibur.org. All Rights Reserved.