Klasse JndiDataSourceFactory

java.lang.Object
org.apache.torque.dsfactory.AbstractDataSourceFactory
org.apache.torque.dsfactory.JndiDataSourceFactory
Alle implementierten Schnittstellen:
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 1912328 2023-09-15 14:14:19Z gk $
Autor:
John McNally, Thomas Vandahl