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.
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, 2003 - ObjectWeb Consortium - All Rights Reserved.