|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--osl.scheduler.none.NoScheduler
This implementation of the Scheduler interface just relies on Java's default thread scheduling mechanisms. In particular, the schedule method does nothing and the scheduleThread method simply starts the thread.
| Constructor Summary | |
NoScheduler()
|
|
| Method Summary | |
void |
schedulerInitialize()
The initialization function for the scheduler. |
void |
scheduleThread(java.lang.Thread toSched)
Just start the thread running here. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public NoScheduler()
| Method Detail |
public void schedulerInitialize()
public void scheduleThread(java.lang.Thread toSched)
throws java.lang.IllegalThreadStateException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||