|
|||||||||||
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. |
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 |