Definition at line 26 of file StubTask.hh.
| Public Member Functions | |
| StubTask () | |
| Construct an empty StubTask object. | |
| virtual | ~StubTask () | 
| Deconstruct a StubTask object. | |
| virtual char * | Name () throw (CORBA::SystemException) | 
| virtual void | SetManager (Broker::Manager_ptr man) throw (CORBA::SystemException) | 
| Set the object that will be managing this task. | |
| virtual void | BeginCPUScheduling (const Broker::ScheduleParameters &sp) throw (CORBA::SystemException, Broker::DuplicateScheduleParameter, Broker::InvalidScheduleParameter, Broker::MissingScheduleParameter) | 
| Empty implementation of Broker::Task::BeginCPUScheduling. | |
| virtual void | EndCPUScheduling (void) throw (CORBA::SystemException) | 
| Empty implementation of Broker::Task::EndCPUScheduling. | |
| Protected Attributes | |
| Broker::Manager_var | st_Manager | 
| The Broker::Manager used to handle scheduling during contention. | |
| 
 | 
| Empty implementation of Broker::Task::BeginCPUScheduling. 
 
 Definition at line 70 of file StubTask.hh. | 
| 
 | 
| 
 
 Definition at line 48 of file StubTask.hh. | 
| 
 | 
| Set the object that will be managing this task. 
 
 Definition at line 59 of file StubTask.hh. References st_Manager. | 
| 
 | 
| The Broker::Manager used to handle scheduling during contention. Only valid between BeginCPUScheduling and EndCPUScheduling calls. Definition at line 93 of file StubTask.hh. Referenced by EndCPUScheduling(), and SetManager(). | 
 1.3.9.1
 1.3.9.1