18 #ifndef _ACTIVEMQ_THREADS_SCHEDULER_H_
19 #define _ACTIVEMQ_THREADS_SCHEDULER_H_
73 virtual void doStart();
Provides a base class for Service implementations.
Definition: ServiceSupport.h:38
Mutex object that offers recursive support on all platforms as well as providing the ability to use t...
Definition: Mutex.h:39
#define AMQCPP_API
Definition: Config.h:30
Scheduler class for use in executing Runnable Tasks either periodically or one time only with optiona...
Definition: Scheduler.h:40
A facility for threads to schedule tasks for future execution in a background thread.
Definition: Timer.h:56
Interface for a runnable object - defines a task that can be run by a thread.
Definition: Runnable.h:29
Definition: ServiceStopper.h:30