Uses of Class
org.apache.log4j.receivers.db.ConnectionSourceSkeleton
Packages that use ConnectionSourceSkeleton
Package
Description
The org.apache.log4j.db package provides means to append logging events
into various databases.
-
Uses of ConnectionSourceSkeleton in org.apache.log4j.receivers.db
Subclasses of ConnectionSourceSkeleton in org.apache.log4j.receivers.dbModifier and TypeClassDescriptionclassThe DataSourceConnectionSource is an implementation ofConnectionSourcethat obtains the Connection in the recommended JDBC manner based on aDataSource.classThe DriverManagerConnectionSource is an implementation ofConnectionSourcethat obtains the Connection in the traditional JDBC manner based on the connection URL.classTheJNDIConnectionSource is an implementation ofConnectionSourcethat obtains aDataSourcefrom a JNDI provider and uses it to obtain aConnection.