public class SynapseTaskManager extends Object
Constructor and Description |
---|
SynapseTaskManager() |
Modifier and Type | Method and Description |
---|---|
void |
cleanup() |
TaskDescriptionRepository |
getTaskDescriptionRepository() |
TaskScheduler |
getTaskScheduler() |
void |
init(TaskDescriptionRepository taskDescriptionRepository,
TaskScheduler taskScheduler)
Initialize the task manager instance with the given task description repository
and the task scheduler.
|
boolean |
isInitialized() |
void |
pauseAll() |
void |
resumeAll() |
public void init(TaskDescriptionRepository taskDescriptionRepository, TaskScheduler taskScheduler)
taskDescriptionRepository
- TaskDescriptionRepository instancetaskScheduler
- TaskScheduler instancepublic TaskDescriptionRepository getTaskDescriptionRepository()
public TaskScheduler getTaskScheduler()
public boolean isInitialized()
public void cleanup()
public void pauseAll()
public void resumeAll()
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.