Uses of Class
org.apache.commons.dbcp.datasources.InstanceKeyDataSource

Packages that use InstanceKeyDataSource
org.apache.commons.dbcp.datasources This package contains two DataSources: PerUserPoolDataSource and SharedPoolDataSource which provide a database connection pool. 
 

Uses of InstanceKeyDataSource in org.apache.commons.dbcp.datasources
 

Subclasses of InstanceKeyDataSource in org.apache.commons.dbcp.datasources
 class PerUserPoolDataSource
           A pooling DataSource appropriate for deployment within J2EE environment.
 class SharedPoolDataSource
          A pooling DataSource appropriate for deployment within J2EE environment.
 

Methods in org.apache.commons.dbcp.datasources that return InstanceKeyDataSource
protected  InstanceKeyDataSource PerUserPoolDataSourceFactory.getNewInstance(Reference ref)
           
protected  InstanceKeyDataSource SharedPoolDataSourceFactory.getNewInstance(Reference ref)
           
 



Copyright © The Apache Software Foundation. All Rights Reserved.