18#ifndef _ACTIVEMQ_THREADS_SCHEDULERTIMERTASK_H_
19#define _ACTIVEMQ_THREADS_SCHEDULERTIMERTASK_H_
#define AMQCPP_API
Definition: Config.h:30
Extension of the Decaf TimerTask that adds a Runnable instance which is the target of this task.
Definition: SchedulerTimerTask.h:35
virtual void run()
Run method - called by the Thread class in the context of the thread.
SchedulerTimerTask(decaf::lang::Runnable *task, bool ownsTask=true)
virtual ~SchedulerTimerTask()
Interface for a runnable object - defines a task that can be run by a thread.
Definition: Runnable.h:29
A Base class for a task object that can be scheduled for one-time or repeated execution by a Timer.
Definition: TimerTask.h:42
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition: CachedConsumer.h:24