hce-node application  1.4.3
HCE Hierarchical Cluster Engine node application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
DRCETaskFactory.hpp
Go to the documentation of this file.
1 
14 #ifndef DRCE_TASK_FACTORY_HPP
15 #define DRCE_TASK_FACTORY_HPP
16 
17 #include "DRCECommonTask.hpp"
18 
19 namespace HCE
20 {
21 namespace drce
22 {
23 //-----------------------------------------------------------------------------
25 {
26 public:
27  DRCETaskFactory(void) {}
29 
31  const std::string& taskName_,
32  DRCENodeOptions& nodeOptions_,
33  CustomMessage& message_,
34  const DRCETaskRequestSetExecute& taskRequestSetExecute_,
35  DRCEAsyncTasksQueue& asyncTasksQueue_,
36  DRCEResourceMonitor& resourceMonitor_,
37  DRCEInputJsonMessage& inputJsonMessage_,
38  unsigned int parentTaskId_);
39 };
40 //-----------------------------------------------------------------------------
41 //-----------------------------------------------------------------------------
42 } // end namespace drce
43 } // end namespace HCE
44 
45 #endif // DRCE_TASK_FACTORY_HPP