Uses of Class
org.apache.synapse.task.TaskScheduler
-
Packages that use TaskScheduler Package Description org.apache.synapse.task -
-
Uses of TaskScheduler in org.apache.synapse.task
Methods in org.apache.synapse.task that return TaskScheduler Modifier and Type Method Description TaskSchedulerSynapseTaskManager. getTaskScheduler()static TaskSchedulerTaskSchedulerFactory. getTaskScheduler(String name)Returns a TaskScheduler whose name is match with given name.Methods in org.apache.synapse.task with parameters of type TaskScheduler Modifier and Type Method Description voidSynapseTaskManager. init(TaskDescriptionRepository taskDescriptionRepository, TaskScheduler taskScheduler, TaskManager taskManagerImpl)Initialize the task manager instance with the given task description repository and the task scheduler.
-