|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.bea.domingo.monitor.AbstractMonitor de.bea.domingo.monitor.AbstractDefaultMonitor de.bea.domingo.monitor.NullMonitor
public final class NullMonitor
Null monitor, simply does nothing.
Field Summary |
---|
Fields inherited from class de.bea.domingo.monitor.AbstractMonitor |
---|
LEVELS |
Fields inherited from interface de.bea.domingo.DNotesMonitor |
---|
DEBUG, DEFAULT_LEVEL, ERROR, FATAL, INFO, NONE, WARN |
Method Summary | |
---|---|
static NullMonitor |
getInstance()
Returns a singleton instance of the null monitor. |
protected void |
monitor(java.lang.String message)
Monitor a message. |
protected void |
monitor(java.lang.Throwable throwable)
Monitor a throwable. |
Methods inherited from class de.bea.domingo.monitor.AbstractDefaultMonitor |
---|
debug, debug, error, error, fatalError, fatalError, info, info, warn, warn |
Methods inherited from class de.bea.domingo.monitor.AbstractMonitor |
---|
isDebugEnabled, isErrorEnabled, isFatalErrorEnabled, isInfoEnabled, isNoMesssages, isWarnEnabled, setLevel |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static NullMonitor getInstance()
protected void monitor(java.lang.String message)
monitor
in class AbstractDefaultMonitor
message
- the messageprotected void monitor(java.lang.Throwable throwable)
monitor
in class AbstractDefaultMonitor
throwable
- the throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |