| Interface | Description |
|---|---|
| ConnectionPool |
Wrapper for a connection pool.
|
| ConnectionPoolFactory |
Factory for making ConnectionPools.
|
| Class | Description |
|---|---|
| AbstractConnectionPoolFactory |
Abstract superclass for ConnectionPool factory.
|
| BoneCPConnectionPoolFactory |
ConnectionFactory for BoneCP pools.
|
| C3P0ConnectionPoolFactory |
Plugin for the creation of a C3P0 connection pool.
|
| DBCPBuiltinConnectionPoolFactory |
Plugin for the creation of a DBCP connection pool.
|
| DBCPConnectionPoolFactory |
Plugin for the creation of a DBCP connection pool.
|
| DefaultConnectionPoolFactory |
Default ConnectionPool factory implementation (no pooling).
|
| ProxoolConnectionPoolFactory |
Plugin for the creation of a Proxool connection pool.
|
| TomcatConnectionPoolFactory |
Plugin for the creation of a Tomcat JDBC connection pool.
|
| Exception | Description |
|---|---|
| DatastoreDriverNotFoundException |
Exception thrown when a datastore driver class (e.g JDBC driver) is not found.
|
| DatastorePoolException |
Exception thrown when encountering an error creating a data source pool.
|
Copyright © 2013. All Rights Reserved.