|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tomcat.util.qlog.LogDaemon
The daemon thread that looks in a queue and if it is not empty writes out everything in the queue to the sink.
Constructor Summary | |
LogDaemon()
|
Method Summary | |
void |
add(LogEntry logE)
|
boolean |
isStarted()
|
void |
run()
|
void |
start()
|
void |
stop()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LogDaemon()
Method Detail |
public void start()
public void stop()
public boolean isStarted()
public void add(LogEntry logE)
public void run()
run
in interface java.lang.Runnable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |