Interface DataSourceFactory


public interface DataSourceFactory
A factory for JDBC connection factories. There are 3 preferred connection factories for getting JDBC connections: javax.sql.DataSource, javax.sql.ConnectionPoolDataSource, and javax.sql.XADataSource. DataSource providers should implement this interface and register it as an OSGi service with the JDBC driver class name in the OSGI_JDBC_DRIVER_CLASS property.
Author:
$Id: 13b0ee07177549e9fb7ac739852f7582c14d5963 $