|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Thread
org.apache.excalibur.thread.impl.WorkerThread
org.apache.avalon.excalibur.thread.impl.SimpleWorkerThread
class SimpleWorkerThread
This class extends the Thread class to add recyclable functionalities.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.lang.Thread |
|---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
| Field Summary | |
|---|---|
private org.apache.avalon.framework.logger.Logger |
m_detailLogger
Log minor detail events like |
private org.apache.avalon.framework.logger.Logger |
m_logger
Log major events like uncaught exceptions and worker creation and deletion. |
| Fields inherited from class java.lang.Thread |
|---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
|---|---|
protected |
SimpleWorkerThread(AbstractThreadPool pool,
java.lang.ThreadGroup group,
java.lang.String name)
Allocates a new Worker object. |
| Method Summary | |
|---|---|
protected void |
debug(java.lang.String message)
Used to log major events against the worker. |
protected void |
debug(java.lang.String message,
java.lang.Throwable throwable)
Used to log major events against the worker. |
protected void |
detailDebug(java.lang.String message)
Used to log minor events against the worker. |
protected void |
detailDebug(java.lang.String message,
java.lang.Throwable throwable)
Used to log minor events against the worker. |
void |
enableLogging(org.apache.avalon.framework.logger.Logger logger)
|
| Methods inherited from class org.apache.excalibur.thread.impl.WorkerThread |
|---|
clearInterruptFlag, dispose, execute, executeAndWait, postExecute, preExecute, recycleThread, run |
| Methods inherited from class java.lang.Thread |
|---|
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, 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 org.apache.avalon.framework.logger.Logger m_logger
private org.apache.avalon.framework.logger.Logger m_detailLogger
| Constructor Detail |
|---|
protected SimpleWorkerThread(AbstractThreadPool pool,
java.lang.ThreadGroup group,
java.lang.String name)
Worker object.
| Method Detail |
|---|
public void enableLogging(org.apache.avalon.framework.logger.Logger logger)
enableLogging in interface org.apache.avalon.framework.logger.LogEnabledprotected void debug(java.lang.String message)
debug in class WorkerThreadmessage - Message to log.
protected void debug(java.lang.String message,
java.lang.Throwable throwable)
debug in class WorkerThreadmessage - Message to log.throwable - Throwable to log with the message.protected void detailDebug(java.lang.String message)
detailDebug in class WorkerThreadmessage - Message to log.
protected void detailDebug(java.lang.String message,
java.lang.Throwable throwable)
detailDebug in class WorkerThreadmessage - Message to log.throwable - Throwable to log with the message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||