Class SharedPoolDataSourceFactory

java.lang.Object
org.apache.commons.jcs3.auxiliary.disk.jdbc.dsfactory.SharedPoolDataSourceFactory
All Implemented Interfaces:
DataSourceFactory

public class SharedPoolDataSourceFactory extends Object implements DataSourceFactory
A factory that looks up the DataSource using the JDBC2 pool methods. Borrowed and adapted from Apache DB Torque