Uses of Interface
org.apache.commons.jcs3.auxiliary.disk.jdbc.dsfactory.DataSourceFactory
Packages that use DataSourceFactory
Package
Description
- 
Uses of DataSourceFactory in org.apache.commons.jcs3.auxiliary.disk.jdbcMethods in org.apache.commons.jcs3.auxiliary.disk.jdbc that return DataSourceFactoryModifier and TypeMethodDescriptionprotected DataSourceFactoryJDBCDiskCacheFactory.getDataSourceFactory(JDBCDiskCacheAttributes cattr, Properties configProps) manages the DataSourceFactories.Constructors in org.apache.commons.jcs3.auxiliary.disk.jdbc with parameters of type DataSourceFactoryModifierConstructorDescriptionJDBCDiskCache(JDBCDiskCacheAttributes cattr, DataSourceFactory dsFactory, TableState tableState) Constructs a JDBC Disk Cache for the provided cache attributes.
- 
Uses of DataSourceFactory in org.apache.commons.jcs3.auxiliary.disk.jdbc.dsfactoryClasses in org.apache.commons.jcs3.auxiliary.disk.jdbc.dsfactory that implement DataSourceFactoryModifier and TypeClassDescriptionclassA factory that looks up the DataSource from JNDI.classA factory that looks up the DataSource using the JDBC2 pool methods.
- 
Uses of DataSourceFactory in org.apache.commons.jcs3.auxiliary.disk.jdbc.mysqlConstructors in org.apache.commons.jcs3.auxiliary.disk.jdbc.mysql with parameters of type DataSourceFactoryModifierConstructorDescriptionMySQLDiskCache(MySQLDiskCacheAttributes attributes, DataSourceFactory dsFactory, TableState tableState) Delegates to the super and makes use of the MySQL specific parameters used for scheduled optimization.