MMSImportScheduler Class Reference

#include <mmsimportscheduler.h>

Inheritance diagram for MMSImportScheduler:

List of all members.


Public Member Functions

void executeImport (int pluginID)
 MMSImportScheduler (MMSPluginManager *pluginManager)
virtual ~MMSImportScheduler ()
virtual void threadMain ()
 Virtual main method for the thread.

Private Member Functions

void getImportPlugins ()

Private Attributes

MMSPluginManagerpluginManager
MMSPluginServicepluginService
MMSImportPropertyServiceimportPropertyService
vector< IMPORT_PLUGINS * > importPlugins

Detailed Description

Definition at line 46 of file mmsimportscheduler.h.


Constructor & Destructor Documentation

MMSImportScheduler::MMSImportScheduler ( MMSPluginManager pluginManager  ) 

Definition at line 37 of file mmsimportscheduler.cpp.

MMSImportScheduler::~MMSImportScheduler (  )  [virtual]

Definition at line 59 of file mmsimportscheduler.cpp.


Member Function Documentation

void MMSImportScheduler::getImportPlugins (  )  [private]

Definition at line 70 of file mmsimportscheduler.cpp.

void MMSImportScheduler::executeImport ( int  pluginID  ) 

Definition at line 204 of file mmsimportscheduler.cpp.

void MMSImportScheduler::threadMain (  )  [virtual]

Virtual main method for the thread.

This virtual method is empty and have to be setup with code by a derived class. The MMSThread class is only the base class and cannot be constructed.

Implements MMSThread.

Definition at line 160 of file mmsimportscheduler.cpp.


Member Data Documentation

Definition at line 51 of file mmsimportscheduler.h.


The documentation for this class was generated from the following files: