org.apache.synapse.task
Interface TaskTriggerFactory

All Known Implementing Classes:
DefaultTaskTriggerFactory

public interface TaskTriggerFactory

Creates a trigger instance based on given Task Description


Method Summary
 org.quartz.Trigger createTrigger(TaskDescription taskDescription)
          Factory method to create a trigger instance based on given Task Description
 

Method Detail

createTrigger

org.quartz.Trigger createTrigger(TaskDescription taskDescription)
Factory method to create a trigger instance based on given Task Description

Parameters:
taskDescription - Task Description encapsulates details need to create a trigger
Returns:
Trigger instance , if there are enough information , otherwise null


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.