Uses of Class
org.objectweb.cjdbc.controller.connection.AbstractConnectionManager

Packages that use AbstractConnectionManager
org.objectweb.cjdbc.controller.backend Database backend core. 
org.objectweb.cjdbc.controller.connection Connection managers implementations (mainly connection pooling). 
 

Uses of AbstractConnectionManager in org.objectweb.cjdbc.controller.backend
 

Fields in org.objectweb.cjdbc.controller.backend declared as AbstractConnectionManager
private  AbstractConnectionManager DatabaseBackendMetaData.connectionManager
          Connection manager to get a connection from.
 

Methods in org.objectweb.cjdbc.controller.backend that return AbstractConnectionManager
 AbstractConnectionManager DatabaseBackend.getConnectionManager(java.lang.String vLogin)
          Returns the ConnectionManager associated to this backend for a given virtual login.
 

Methods in org.objectweb.cjdbc.controller.backend with parameters of type AbstractConnectionManager
 void DatabaseBackend.addConnectionManager(java.lang.String vLogin, AbstractConnectionManager connectionManager)
          Adds a ConnectionManager to this backend.
 

Constructors in org.objectweb.cjdbc.controller.backend with parameters of type AbstractConnectionManager
DatabaseBackendMetaData(AbstractConnectionManager connectionManager, Trace logger)
          Creates a new DatabaseBackendMetaData instance.
 

Uses of AbstractConnectionManager in org.objectweb.cjdbc.controller.connection
 

Subclasses of AbstractConnectionManager in org.objectweb.cjdbc.controller.connection
 class AbstractPoolConnectionManager
          This connection manager uses a pool of persistent connections with the database.
 class FailFastPoolConnectionManager
          This connection manager returns null when the pool is empty.
 class RandomWaitPoolConnectionManager
          This connection manager waits when the pool is empty.
 class SimpleConnectionManager
          This connection manager creates a new Connection every time the SimpleConnectionManager.getConnection() method is called.
 class VariablePoolConnectionManager
          This connection manager provides connection pooling with a dynamically adjustable pool size.
 



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