Uses of Interface
org.apache.log4j.db.ConnectionSource
Packages that use ConnectionSource
-
Uses of ConnectionSource in org.apache.log4j.db
Classes in org.apache.log4j.db that implement ConnectionSourceModifier and TypeClassDescriptionclassclassThe 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.classTheJNDIConnectionSourceis an implementation ofConnectionSourcethat obtains aDataSourcefrom a JNDI provider and uses it to obtain aConnection.Methods in org.apache.log4j.db that return ConnectionSourceModifier and TypeMethodDescriptionCustomSQLDBReceiver.getConnectionSource()DBAppender.getConnectionSource()DBReceiver.getConnectionSource()Methods in org.apache.log4j.db with parameters of type ConnectionSourceModifier and TypeMethodDescriptionvoidCustomSQLDBReceiver.setConnectionSource(ConnectionSource connectionSource) voidDBAppender.setConnectionSource(ConnectionSource connectionSource) voidDBReceiver.setConnectionSource(ConnectionSource connectionSource)