|
|||||||||
| Home >> All >> com >> klopotek >> utils >> [ log overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.klopotek.utils.log
Class DefaultConnectionHandler

java.lang.Objectcom.klopotek.utils.log.DefaultConnectionHandler
- All Implemented Interfaces:
- JDBCConnectionHandler
- class DefaultConnectionHandler
- extends java.lang.Object
- implements JDBCConnectionHandler
- extends java.lang.Object
This is a default JDBCConnectionHandler used by JDBCAppender
| Field Summary | |
(package private) java.sql.Connection |
con
|
| Constructor Summary | |
(package private) |
DefaultConnectionHandler()
|
| Method Summary | |
java.sql.Connection |
getConnection()
Get a connection |
java.sql.Connection |
getConnection(java.lang.String _url,
java.lang.String _username,
java.lang.String _password)
Get a defined connection |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
con
java.sql.Connection con
| Constructor Detail |
DefaultConnectionHandler
DefaultConnectionHandler()
| Method Detail |
getConnection
public java.sql.Connection getConnection()
- Description copied from interface:
JDBCConnectionHandler - Get a connection
- Specified by:
getConnectionin interfaceJDBCConnectionHandler
getConnection
public java.sql.Connection getConnection(java.lang.String _url, java.lang.String _username, java.lang.String _password)
- Description copied from interface:
JDBCConnectionHandler - Get a defined connection
- Specified by:
getConnectionin interfaceJDBCConnectionHandler
|
|||||||||
| Home >> All >> com >> klopotek >> utils >> [ log overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.klopotek.utils.log.DefaultConnectionHandler