public class SynapseTaskManager extends Object
Constructor and Description |
---|
SynapseTaskManager() |
Modifier and Type | Method and Description |
---|---|
void |
cleanup() |
TaskDescriptionRepository |
getTaskDescriptionRepository() |
TaskManager |
getTaskManagerImpl() |
TaskScheduler |
getTaskScheduler() |
void |
init(TaskDescriptionRepository taskDescriptionRepository,
TaskScheduler taskScheduler,
TaskManager taskManagerImpl)
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, TaskManager taskManagerImpl)
taskDescriptionRepository
- TaskDescriptionRepository instancetaskScheduler
- TaskScheduler instancepublic TaskManager getTaskManagerImpl()
public TaskDescriptionRepository getTaskDescriptionRepository()
public TaskScheduler getTaskScheduler()
public boolean isInitialized()
public void cleanup()
public void pauseAll()
public void resumeAll()
Copyright © 2005–2018 Apache Software Foundation. All rights reserved.