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)
Initialize the task manager instance with the given task description repository
and the task scheduler.
|
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.