ServiceRequestDeliveryTask class, used to deliver requests to services in the context of an ActiveObject. More...
#include <ServiceRequestDeliveryTask.hpp>
Public Member Functions | |
void | cancelRepeat () |
Time | getScheduledTime () |
Scheduled time getter. | |
bool | hasRepeatScheduling () |
void | incrementScheduledTimeForRepeat () |
bool | isOkToRun () |
virtual void | run () |
Method to run the Task. | |
ServiceRequestDeliveryTask (shared_ptr< Service > service, shared_ptr< ServiceRequest > request) |
ServiceRequestDeliveryTask class, used to deliver requests to services in the context of an ActiveObject.
Definition at line 64 of file ServiceRequestDeliveryTask.hpp.
Time Task::getScheduledTime | ( | ) | [inherited] |
void ServiceRequestDeliveryTask::run | ( | ) | [virtual] |
Method to run the Task.
Reimplemented from mermaid::support::activeobject::Task.
Definition at line 52 of file ServiceRequestDeliveryTask.cpp.