Package com.almis.awe.scheduler.service
Class TaskService
java.lang.Object
com.almis.awe.scheduler.service.TaskService
-
Constructor Summary
ConstructorDescriptionTaskService
(QueryService queryService, QueryUtil queryUtil, TaskDAO taskDAO) Autowired constructor -
Method Summary
Modifier and TypeMethodDescriptionvoid
Load tasks from the database to the schedulerLoad tasks from the database to the scheduler
-
Constructor Details
-
TaskService
Autowired constructor- Parameters:
queryService
- Query servicequeryUtil
- Query utilitiestaskDAO
- Task DAO
-
-
Method Details
-
loadSchedulerTasks
public void loadSchedulerTasks()Load tasks from the database to the scheduler -
updateInterruptedTasks
Load tasks from the database to the scheduler- Throws:
AWException
- AWE exception
-