|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jetspeed.scheduler.WorkerThread
public class WorkerThread
Wrapper for a JobEntry
to actually perform the job's action.
Constructor Summary | |
---|---|
WorkerThread(JobEntry je)
Creates a new worker to run the specified JobEntry . |
Method Summary | |
---|---|
void |
run()
Run the job. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |