Package | Description |
---|---|
org.apache.synapse.startup.quartz | |
org.apache.synapse.task | |
org.apache.synapse.task.service |
Modifier and Type | Method and Description |
---|---|
TaskDescription |
SimpleQuartz.getTaskDescription() |
Modifier and Type | Method and Description |
---|---|
void |
SimpleQuartz.setTaskDescription(TaskDescription taskDescription) |
Modifier and Type | Method and Description |
---|---|
static TaskDescription |
TaskDescriptionFactory.createTaskDescription(org.apache.axiom.om.OMElement el,
org.apache.axiom.om.OMNamespace tagetNamespace) |
TaskDescription |
TaskDescriptionRepository.getTaskDescription(String name)
Gets a TaskDescription
|
TaskDescription |
TaskDescriptionRepository.removeTaskDescription(String name)
Removing a TaskDescription
|
Modifier and Type | Method and Description |
---|---|
Iterator<TaskDescription> |
TaskDescriptionRepository.getAllTaskDescriptions()
Return all TaskDescritions
|
Modifier and Type | Method and Description |
---|---|
void |
TaskDescriptionRepository.addTaskDescription(TaskDescription taskDescription)
Stores a given TaskDescription
|
org.quartz.JobDetail |
TaskJobDetailFactory.createJobDetail(TaskDescription taskDescription,
Map<String,Object> resources,
Class<? extends org.quartz.Job> jobClass)
Factory method for creating a JobDetail based on give Task Description ,
additional resources and job class
|
org.quartz.JobDetail |
DefaultTaskJobDetailFactory.createJobDetail(TaskDescription taskDescription,
Map<String,Object> resources,
Class<? extends org.quartz.Job> jobClass) |
org.quartz.Trigger |
DefaultTaskTriggerFactory.createTrigger(TaskDescription taskDescription) |
org.quartz.Trigger |
TaskTriggerFactory.createTrigger(TaskDescription taskDescription)
Factory method to create a trigger instance based on given Task Description
|
void |
TaskScheduler.scheduleTask(TaskDescription taskDescription,
Map<String,Object> resources,
Class<? extends org.quartz.Job> jobClass)
Schedule a Task
|
void |
TaskScheduler.scheduleTask(TaskDescription taskDescription,
Map<String,Object> resources,
Class<? extends org.quartz.Job> jobClass,
Task task)
Schedule a Task
|
static org.apache.axiom.om.OMElement |
TaskDescriptionSerializer.serializeTaskDescription(org.apache.axiom.om.OMNamespace targetNamespace,
TaskDescription taskDescription) |
Modifier and Type | Method and Description |
---|---|
TaskDescription |
TaskManagementService.getTaskDescription(String name)
Get a TaskDescription instance with given name
|
Modifier and Type | Method and Description |
---|---|
List<TaskDescription> |
TaskManagementService.getAllTaskDescriptions()
Lists of all TaskDescription instances
|
Modifier and Type | Method and Description |
---|---|
void |
TaskManagementService.addTaskDescription(TaskDescription taskDescription)
Adding a TaskDescription instance
|
void |
TaskManagementService.editTaskDescription(TaskDescription taskDescription)
Edit a TaskDescription
Remove existing one with new one
|
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.