activemq-cpp-3.3.0
|
Data Structures | |
class | CompositeTask |
Represents a single task that can be part of a set of Tasks that are contained in a CompositeTaskRunner . More... | |
class | CompositeTaskRunner |
A Task Runner that can contain one or more CompositeTasks that are each checked for pending work and run if any is present in the order that the tasks were added. More... | |
class | DedicatedTaskRunner |
class | Scheduler |
Scheduler class for use in executing Runnable Tasks either periodically or one time only with optional delay. More... | |
class | SchedulerTimerTask |
Extension of the Decaf TimerTask that adds a Runnable instance which is the target of this task. More... | |
class | Task |
Represents a unit of work that requires one or more iterations to complete. More... | |
class | TaskRunner |