18#ifndef _ACTIVEMQ_THREADS_SCHEDULERTIMERTASK_H_
19#define _ACTIVEMQ_THREADS_SCHEDULERTIMERTASK_H_
43 SchedulerTimerTask(
const SchedulerTimerTask&);
44 SchedulerTimerTask& operator= (
const SchedulerTimerTask&);
#define AMQCPP_API
Definition Config.h:30
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
Definition CompositeTask.h:25
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition CachedConsumer.h:24