Interface TaskTriggerFactory

  • All Known Implementing Classes:
    DefaultTaskTriggerFactory

    public interface TaskTriggerFactory
    Creates 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