|
Log4j 1.3alpha-1 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionSource | |
org.apache.log4j.db | The org.apache.log4j.db package provides means to append logging events into various databases. |
Uses of ConnectionSource in org.apache.log4j.db |
Classes in org.apache.log4j.db that implement ConnectionSource | |
class |
ConnectionSourceSkeleton
|
class |
DataSourceConnectionSource
The DataSourceConnectionSource is an implementation of ConnectionSource
that obtains the Connection in the recommended JDBC manner based on
a DataSource .
|
class |
DriverManagerConnectionSource
The DriverManagerConnectionSource is an implementation of ConnectionSource
that obtains the Connection in the traditional JDBC manner based on the
connection URL.
|
class |
JNDIConnectionSource
The ConnectionSource that obtains a DataSource from a
JNDI provider and uses it to obtain a Connection . |
Methods in org.apache.log4j.db that return ConnectionSource | |
ConnectionSource |
DBReceiver.getConnectionSource()
|
ConnectionSource |
DBAppender2.getConnectionSource()
|
ConnectionSource |
DBAppender.getConnectionSource()
|
Methods in org.apache.log4j.db with parameters of type ConnectionSource | |
void |
DBReceiver.setConnectionSource(ConnectionSource connectionSource)
|
void |
DBAppender2.setConnectionSource(ConnectionSource connectionSource)
|
void |
DBAppender.setConnectionSource(ConnectionSource connectionSource)
|
|
Log4j 1.3alpha-1 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |