Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members

SchedulerTask Class Reference

#include <Scheduler.h>

Inherited by GenericCheckpointTask, ModifyNetworkTask, SubscribeTask, UnsubscribeAllTask, and UnsubscribeTask.

List of all members.


Detailed Description

A task to be performed by the scheduler.

Code using the Scheduler (generally AuroraNode) may create a subclass of SchedulerTask, instantiate that subclass, and pass the resultant object to Scheduler::scheduleExclusiveTask() to request that it be run.


Public Member Functions

virtual ~SchedulerTask ()
 Destructor.
virtual void run ()=0
 Runs the task. Invoked by a Scheduler's event loop.


Constructor & Destructor Documentation

virtual SchedulerTask::~SchedulerTask  )  [virtual]
 

Destructor.


Member Function Documentation

virtual void SchedulerTask::run  )  [pure virtual]
 

Runs the task. Invoked by a Scheduler's event loop.

Implemented in SubscribeTask, UnsubscribeTask, UnsubscribeAllTask, ModifyNetworkTask, and GenericCheckpointTask.


The documentation for this class was generated from the following file:
Generated on Fri Nov 12 15:15:24 2004 for Borealis by doxygen 1.3.8