|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Thread
|
+--com.adventnet.utilities.scheduler.WorkerThread
A WorkerThread for running tasks in a Java VM
| Field Summary | |
java.lang.StringBuffer |
m_current_indent_buffer
|
int |
m_current_indent_count
|
(package private) Scheduler |
scheduler
|
| Fields inherited from class java.lang.Thread |
MAX_PRIORITY,
MIN_PRIORITY,
NORM_PRIORITY,
values |
| Constructor Summary | |
WorkerThread(Scheduler s,
java.lang.String nam)
The constructor may not be necessary |
|
| Method Summary | |
void |
run()
The run methos does the tasks as they come in |
(package private) void |
waitUntilAsked()
Wait here until asked to to another task |
(package private) void |
wakeUp()
Wake this one up, if waiting |
| Methods inherited from class java.lang.Thread |
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Field Detail |
Scheduler scheduler
public int m_current_indent_count
public java.lang.StringBuffer m_current_indent_buffer
| Constructor Detail |
public WorkerThread(Scheduler s,
java.lang.String nam)
| Method Detail |
void wakeUp()
void waitUntilAsked()
public void run()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||