#include <JobManager.h>
Public Member Functions | |
| JobManager () | |
| virtual | ~JobManager () |
| void | CreateGroup (std::string groupProperties, std::string groupId, int jobCount) |
| void | GetJob (PropertySet *job) |
| if job contains the properties of the last job, the manager will try to assign it a job from the same group | |
Private Attributes | |
| std::map< std::string, JobGroup * > | mGroups |
Definition at line 69 of file JobManager.h.
1.5.1