Package org.objectweb.cjdbc.controller.connection

Connection managers implementations (mainly connection pooling).

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.
 

Package org.objectweb.cjdbc.controller.connection Description

Connection managers implementations (mainly connection pooling).



Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.