Definition at line 139 of file Broker.idl.
Public Member Functions | |
void | SetManager (in Manager man) |
Set the manager for this task. | |
void | BeginCPUScheduling (in ScheduleParameters sp) raises (DuplicateScheduleParameter, InvalidScheduleParameter, MissingScheduleParameter) |
Begin CPU scheduling for this task with the given parameters. | |
void | EndCPUScheduling () |
End CPU scheduling for this task. | |
Public Attributes | |
readonly attribute string | Name |
The name of the task. |
|
Begin CPU scheduling for this task with the given parameters.
|
|
End CPU scheduling for this task.
|
|
Set the manager for this task.
|
|
The name of the task. Mostly useful for debugging. Definition at line 144 of file Broker.idl. |