|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Thread
org.emboss.jemboss.server.AppendToLogFileThread
Write to a log file in a separate thread
| Field Summary | |
private java.lang.String |
logEntry
|
private java.lang.String |
logFileName
|
private boolean |
memLog
|
| Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
AppendToLogFileThread(java.lang.String logEntry,
java.lang.String logFileName,
boolean memLog)
|
|
| Method Summary | |
void |
run()
Override Thread run() method |
| Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
private java.lang.String logEntry
private java.lang.String logFileName
private boolean memLog
| Constructor Detail |
public AppendToLogFileThread(java.lang.String logEntry,
java.lang.String logFileName,
boolean memLog)
logEntry - entry to add to a log filelogFileName - name of the log filememLog - true if to include a log of memory usage| Method Detail |
public void run()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||