|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.turbine.services.schedule.WorkerThread
Wrapper for a JobEntry
to actually perform the job's action.
Field Summary | |
private JobEntry |
je
The JobEntry to run. |
private Logger |
logger
The Logger facility to use. |
Constructor Summary | |
WorkerThread(JobEntry je)
Creates a new worker to run the specified JobEntry . |
Method Summary | |
private void |
logStateChange(java.lang.String state)
Macro to log JobEntry status information. |
void |
run()
Run the job. |
Methods inherited from class java.lang.Object |
|
Field Detail |
private JobEntry je
JobEntry
to run.private Logger logger
Logger
facility to use.Constructor Detail |
public WorkerThread(JobEntry je)
JobEntry
.je
- The JobEntry
to create a worker for.Method Detail |
public void run()
run
in interface java.lang.Runnable
private final void logStateChange(java.lang.String state)
JobEntry
status information.state
- The new state of the JobEntry
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |