Class DataSourceConnectionSource

  • All Implemented Interfaces:
    ConnectionSource, Component, org.apache.log4j.spi.OptionHandler, org.apache.log4j.xml.UnrecognizedElementHandler

    public class DataSourceConnectionSource
    extends ConnectionSourceSkeleton
    implements org.apache.log4j.xml.UnrecognizedElementHandler
    The DataSourceConnectionSource is an implementation of ConnectionSource that obtains the Connection in the recommended JDBC manner based on a DataSource.

    Author:
    Ray DeCampo, Ceki Gülcü