Uses of Class
org.apache.synapse.task.TaskDescriptionRepository
Packages that use TaskDescriptionRepository
-
Uses of TaskDescriptionRepository in org.apache.synapse.task
Methods in org.apache.synapse.task that return TaskDescriptionRepositoryModifier and TypeMethodDescriptionSynapseTaskManager.getTaskDescriptionRepository()static TaskDescriptionRepositoryTaskDescriptionRepositoryFactory.getTaskDescriptionRepository(String id) Returns a TaskDescriptionRepository instance There is an only one instance of TaskDescriptionRepository for a given id as Factory caches TaskDescriptionRepositoriesMethods in org.apache.synapse.task with parameters of type TaskDescriptionRepositoryModifier and TypeMethodDescriptionvoidSynapseTaskManager.init(TaskDescriptionRepository taskDescriptionRepository, TaskScheduler taskScheduler, TaskManager taskManagerImpl) Initialize the task manager instance with the given task description repository and the task scheduler.