ServiceReplyDeliveryTaskclass, used to deliver replies to services in the context of an ActiveObject. More...
#include <ServiceReplyDeliveryTask.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. | |
ServiceReplyDeliveryTask (shared_ptr< Service > service, shared_ptr< ServiceReply > reply) |
ServiceReplyDeliveryTaskclass, used to deliver replies to services in the context of an ActiveObject.
Definition at line 53 of file ServiceReplyDeliveryTask.hpp.
Time Task::getScheduledTime | ( | ) | [inherited] |
void ServiceReplyDeliveryTask::run | ( | ) | [virtual] |
Method to run the Task.
Reimplemented from mermaid::support::activeobject::Task.
Definition at line 51 of file ServiceReplyDeliveryTask.cpp.