See: Description
| Interface | Description |
|---|---|
| DataSourceAlert |
Listener for notifications about the DataSource such as when the DataSource
goes down, up or gets close to it's maximum size.
|
| DataSourcePoolListener |
A
DataSourcePool listener which allows you to hook on the
borrow/return process of getting or returning connections from the pool. |
| Class | Description |
|---|---|
| DataSourcePool |
A robust DataSource.
|
| DataSourcePool.Status | |
| DataSourcePoolStatistics |
Represents aggregated statistics collected from the DataSourcePool.
|
| ExtendedPreparedStatement |
Extended PreparedStatement that supports caching.
|
| ExtendedStatement |
Implements the Statement methods for ExtendedPreparedStatement.
|
| PooledConnection |
Is a connection that belongs to a DataSourcePool.
|
| PooledConnectionQueue | |
| PooledConnectionStatistics |
Collects load statistics for a PooledConnection.
|
| PooledConnectionStatistics.LoadValues |
Values representing the load or activity of a PooledConnection.
|
| Prefix |
Security mechanisim.
|
| PstmtCache |
A LRU based cache for PreparedStatements.
|
| SimpleDataSourceAlert |
A simple smtp email alert that sends a email message on dataSourceDown and
dataSourceUp etc.
|
| TransactionIsolation |
Helper object that can convert between transaction isolation descriptions and values.
|
| Exception | Description |
|---|---|
| DataSourceException |
A general DataSource exception.
|
Provides Database meta data objects, Robust connection pooling, PreparedStatement Caching.
Copyright © 2014. All Rights Reserved.