activemq-cpp-3.6.0
|
Extension of the Decaf TimerTask that adds a Runnable instance which is the target of this task. More...
#include <src/main/activemq/threads/SchedulerTimerTask.h>
Public Member Functions | |
SchedulerTimerTask (decaf::lang::Runnable *task, bool ownsTask=true) | |
virtual | ~SchedulerTimerTask () |
virtual void | run () |
Run method - called by the Thread class in the context of the thread. | |
![]() | |
TimerTask () | |
virtual | ~TimerTask () |
bool | cancel () |
Cancels this timer task. | |
long long | scheduledExecutionTime () const |
Returns the scheduled execution time of the most recent actual execution of this task. | |
![]() | |
virtual | ~Runnable () |
Additional Inherited Members | |
![]() | |
bool | isScheduled () const |
void | setScheduledTime (long long time) |
long long | getWhen () const |
Extension of the Decaf TimerTask that adds a Runnable instance which is the target of this task.
activemq::threads::SchedulerTimerTask::SchedulerTimerTask | ( | decaf::lang::Runnable * | task, |
bool | ownsTask = true |
||
) |
|
virtual |
|
virtual |
Run method - called by the Thread class in the context of the thread.
Implements decaf::lang::Runnable.