Package | Description |
---|---|
org.apache.synapse.task |
Modifier and Type | Method and Description |
---|---|
TaskDescriptionRepository |
SynapseTaskManager.getTaskDescriptionRepository() |
static TaskDescriptionRepository |
TaskDescriptionRepositoryFactory.getTaskDescriptionRepository(String id)
Returns a TaskDescriptionRepository instance
There is an only one instance of TaskDescriptionRepository for a given id as
Factory caches TaskDescriptionRepositories
|
Modifier and Type | Method and Description |
---|---|
void |
SynapseTaskManager.init(TaskDescriptionRepository taskDescriptionRepository,
TaskScheduler taskScheduler,
TaskManager taskManagerImpl)
Initialize the task manager instance with the given task description repository
and the task scheduler.
|
Copyright © 2005–2019 Apache Software Foundation. All rights reserved.