Uses of Interface
org.jasig.portal.rdbm.pool.IPooledDataSourceFactory

Packages that use IPooledDataSourceFactory
org.jasig.portal.rdbm.pool   
 

Uses of IPooledDataSourceFactory in org.jasig.portal.rdbm.pool
 

Classes in org.jasig.portal.rdbm.pool that implement IPooledDataSourceFactory
 class DBCPDataSourceFactory
          DBCPDataSourceFactory produces an instance of BasicDataSource for the given driver class name, username, password, and URL, defaulting the maxActive, maxIdle, and maxWait properties.
 

Fields in org.jasig.portal.rdbm.pool declared as IPooledDataSourceFactory
private static IPooledDataSourceFactory PooledDataSourceFactoryFactory.pooledDataSourceFactoryImpl
          Our static singleton instance that we're managing.
 

Methods in org.jasig.portal.rdbm.pool that return IPooledDataSourceFactory
static IPooledDataSourceFactory PooledDataSourceFactoryFactory.getPooledDataSourceFactory()
          Get a reference to our static singleton instance of IPooledDataSourceFactory as specified in our portal.properties property, or our default implementation, or null.