Class JndiDataSourceFactory

  • All Implemented Interfaces:
    DataSourceFactory

    public class JndiDataSourceFactory
    extends AbstractDataSourceFactory
    A factory that looks up the DataSource from JNDI. It is also able to deploy the DataSource based on properties found in the configuration. This factory tries to avoid excessive context lookups to improve speed. The time between two lookups can be configured. The default is 0 (no cache).
    Version:
    $Id: JndiDataSourceFactory.java 1870542 2019-11-28 09:32:40Z tv $
    Author:
    John McNally, Thomas Vandahl