|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||
See:
Description
| Class Summary | |
| AbstractConnectionManager | A ConnectionManager object is responsible to talk directly
with a database backend. |
| AbstractPoolConnectionManager | This connection manager uses a pool of persistent connections with the database. |
| DriverClassLoader | This class defines a DriverClassLoader used to load drivers with their own classloder to be able to handle different implementations of drivers sharing the same class name. |
| DriverManager | This class defines a DriverManager. |
| FailFastPoolConnectionManager | This connection manager returns null when the pool is empty.
|
| RandomWaitPoolConnectionManager | This connection manager waits when the pool is empty. |
| SimpleConnectionManager | This connection manager creates a new Connection every time
the SimpleConnectionManager.getConnection()method is called. |
| VariablePoolConnectionManager | This connection manager provides connection pooling with a dynamically adjustable pool size. |
Connection managers implementations (mainly connection pooling).
|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||