Uses of Interface
org.apache.synapse.task.TaskManager

Packages that use TaskManager
org.apache.synapse.task   
 

Uses of TaskManager in org.apache.synapse.task
 

Methods in org.apache.synapse.task that return TaskManager
static TaskManager TaskManagerBuilder.getTaskManager(String name)
           
 TaskManager SynapseTaskManager.getTaskManagerImpl()
           
 

Methods in org.apache.synapse.task with parameters of type TaskManager
 void TaskScheduler.init(Properties properties, TaskManager taskManager)
           
 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–2015 Apache Software Foundation. All rights reserved.