Definition at line 28 of file StubRealTimeTask.hh.
| Public Member Functions | ||||||||||||||||
| StubRealTimeTask (const char *name) | ||||||||||||||||
| Construct an empty StubRealTimeTask object. | ||||||||||||||||
| virtual | ~StubRealTimeTask () | |||||||||||||||
| Deconstruct a StubTask object. | ||||||||||||||||
| virtual char * | Name () throw (CORBA::SystemException) | |||||||||||||||
| virtual void | SetManager (Broker::Manager_ptr man) throw (CORBA::SystemException) | |||||||||||||||
| 
 | ||||||||||||||||
| virtual void | BeginCPUScheduling (const Broker::ScheduleParameters &sp) throw (CORBA::SystemException, Broker::DuplicateScheduleParameter, Broker::InvalidScheduleParameter, Broker::MissingScheduleParameter) | |||||||||||||||
| 
 
 | ||||||||||||||||
| virtual void | EndCPUScheduling (void) throw (CORBA::SystemException) | |||||||||||||||
| 
 | ||||||||||||||||
| virtual Broker::CPUReserve | PassCPU (Broker::RealTimeTask_ptr rtt, const Broker::CPUReserve &status, const Broker::CPUReserve &advice, const Broker::KeyedReportParameters &krp) throw (CORBA::SystemException) | |||||||||||||||
| This method would then be used by adaptation proxies to change the advice parameter to their liking. 
 
 
 
 | ||||||||||||||||
| virtual Broker::CPUReserve | ReportCPU (const Broker::CPUReserve &status, const Broker::CPUReserve &advice, const Broker::KeyedReportParameters &krp) throw (CORBA::SystemException) | |||||||||||||||
| This method would then be used by adaptation proxies to change the advice parameter to their liking. 
 
 
 
 | ||||||||||||||||
| Private Attributes | ||||||||||||||||
| Broker::Manager_var | srtt_Manager | |||||||||||||||
| The Broker::Manager used to handle scheduling during contention. | ||||||||||||||||
| CORBA::String_var | srtt_Name | |||||||||||||||
| The task name. | ||||||||||||||||
| 
 | 
| 
 
 Definition at line 51 of file StubRealTimeTask.hh. References srtt_Name. | 
| 
 | 
| The Broker::Manager used to handle scheduling during contention. Only valid between BeginCPUScheduling and EndCPUScheduling calls. Definition at line 104 of file StubRealTimeTask.hh. Referenced by PassCPU(), and SetManager(). | 
 1.3.9.1
 1.3.9.1