|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
| Interface Summary | |
|---|---|
| EndOfTask | Interface used by Scheduler to notify the activity manager that a task will not be executed. |
| EndOfThread | Hidden control interface used by thread to notify activity manager that it has finish its execution. |
| SchedulerManager | Scheduler management interface. |
| TaskManager | A control interface to manage tasks. |
| ThreadManager | Activity manager control interface used to add an remove thread component. |
| ThreadPoolManager | Interface used to control the multi threaded execution of a task. |
| Class Summary | |
|---|---|
| AbstractSchedulerManager | Abstract Scheduler implementation. |
| MetaSchedulerManagerImpl | Routes SchedulerManagercalls to the correct scheduler interface
depending on hints. |
| PeriodicSchedulerManagerImpl | Scheduler manager for PeriodicSchedulerImpl. |
| TaskManagerImpl | Basic task manager implementation |
| ThreadManagerImpl | Implementation of the ThreadManagerinterface. |
| ThreadPerTaskSchedulerManagerImpl | Scheduler manager that schedules each task with a
ForwarderSchedulerImpland a thread. |
| ThreadPoolPerTaskSchedulerManagerImpl | Scheduler manager that schedules each task with a
MultiThreadForwarderSchedulerImpl and initially no thread. |
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||