|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.core.utils.DBUtils
public class DBUtils
DBUtils class.
| Constructor Summary | |
|---|---|
DBUtils()
Constructor for DBUtils. |
|
DBUtils(Class<?> loggingClass)
Constructor for DBUtils. |
|
| Method Summary | |
|---|---|
void |
cleanUp()
cleanUp |
ThreadCategory |
log()
log |
DBUtils |
setLoggingClass(Class<?> c)
setLoggingClass |
DBUtils |
watch(Object o)
watch |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DBUtils()
Constructor for DBUtils.
public DBUtils(Class<?> loggingClass)
Constructor for DBUtils.
loggingClass - a Class object.| Method Detail |
|---|
public DBUtils setLoggingClass(Class<?> c)
setLoggingClass
c - a Class object.
DBUtils object.public DBUtils watch(Object o)
watch
o - a Object object.
DBUtils object.public void cleanUp()
cleanUp
public ThreadCategory log()
log
ThreadCategory object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||