Classes | |
| class | _Impl |
Functions | |
| ~vhdServiceSchedulerConfigProperty () | |
| vhtSize32 | beginSchedule () |
| void | addOtherServiceUpdates (vhtSize32 scheduleIndex) |
| void | addServiceUpdate (vhtSize32 scheduleIndex, const std::string &className, const std::string &name) |
| void | addDelay (vhtSize32 scheduleIndex, vhtTime delay) |
| void | addBarrier (vhtSize32 scheduleIndex, vhtUInt32 barrierID) |
| void | endSchedule (vhtSize32 scheduleIndex) |
| void | setCustomServiceScheduleBuilder (vhdIServiceScheduleBuilderRef scheduleBuilder) |
| vhdIServiceScheduleBuilderRef | getCustomServiceScheduleBuilder () |
| std::deque< vhdScheduleRef > | buildServiceSchedules (const std::deque< vhdServiceHandleRef > &serviceHandles) |
| void vhdServiceSchedulerConfigProperty::addOtherServiceUpdates | ( | vhtSize32 | scheduleIndex | ) |
| void vhdServiceSchedulerConfigProperty::addServiceUpdate | ( | vhtSize32 | scheduleIndex, | |
| const std::string & | className, | |||
| const std::string & | name | |||
| ) |
| vhtSize32 vhdServiceSchedulerConfigProperty::beginSchedule | ( | ) |
| std::deque<vhdScheduleRef> vhdServiceSchedulerConfigProperty::buildServiceSchedules | ( | const std::deque< vhdServiceHandleRef > & | serviceHandles | ) |
| void vhdServiceSchedulerConfigProperty::endSchedule | ( | vhtSize32 | scheduleIndex | ) |
| vhdIServiceScheduleBuilderRef vhdServiceSchedulerConfigProperty::getCustomServiceScheduleBuilder | ( | ) |
| void vhdServiceSchedulerConfigProperty::setCustomServiceScheduleBuilder | ( | vhdIServiceScheduleBuilderRef | scheduleBuilder | ) |
| vhdServiceSchedulerConfigProperty::~vhdServiceSchedulerConfigProperty | ( | ) |
1.5.1-p1