| Package | Description |
|---|---|
| org.vibur.dbcp | |
| org.vibur.dbcp.pool | |
| org.vibur.dbcp.proxy |
| Class and Description |
|---|
| Connector
The JDBC Connector interface.
|
| ConnHolder
The stateful versioned object which is held in the object pool.
|
| HookHolder.ConnHooks |
| HookHolder.InvocationHooks |
| TakenConnection
Represents a currently taken proxy Connection, its associated timing data, the thread that has taken it, and
the stack trace at the moment when the Connection was taken.
|
| TakenConnectionsFormatter |
| ViburObjectFactory
Defines the operations that are specific to Vibur
ConnectionFactory. |
| Class and Description |
|---|
| Connector
The JDBC Connector interface.
|
| ConnHolder
The stateful versioned object which is held in the object pool.
|
| DefaultHook
Contains all built-in hooks implementations including hooks for logging of long lasting getConnection() calls,
slow SQL queries, and large ResultSets, as well as hooks for initializing and preparing/clearing of the held in
the pool raw connections before and after they're used by the application.
|
| Hook
An interface that holds all application programming hook interfaces for JDBC Connection tune-up, method
invocation interception, and more.
|
| Hook.CloseConnection |
| Hook.DestroyConnection |
| Hook.GetConnection |
| Hook.GetConnectionTimeout |
| Hook.InitConnection |
| Hook.MethodInvocation |
| Hook.ResultSetRetrieval |
| Hook.StatementExecution |
| Hook.StatementProceedingPoint |
| HookHolder.ConnHooks |
| HookHolder.InvocationHooks |
| TakenConnection
Represents a currently taken proxy Connection, its associated timing data, the thread that has taken it, and
the stack trace at the moment when the Connection was taken.
|
| TakenConnectionsFormatter |
| ViburObjectFactory
Defines the operations that are specific to Vibur
ConnectionFactory. |
| Class and Description |
|---|
| ConnHolder
The stateful versioned object which is held in the object pool.
|
| PoolOperations
The facade class through which the
ConnectionFactory and PoolService functions are accessed. |
Copyright © 2013-2019 vibur.org. All Rights Reserved.