Results 1 to 2 of 2

Thread: Quartz jobs and triggers

  1. #1
    Join Date
    May 2007
    Posts
    1

    Default Quartz jobs and triggers

    Hi,

    I have done a bit of work with quartz and spring and I am able to define jobs associate them to triggers and schedule these triggers at various times of the day.

    My quuestion is on dependency. Some of the jobs that I have defined need other jobs to have finsihed executing. Is there a way that I can configure this in Spring. Basically what I am asking is that when one job gets executed it could kick off the other.

    Thanks,
    John

  2. #2
    Join Date
    Apr 2005
    Location
    Finland
    Posts
    314

    Default

    does it have to be another scheduled job you need to trigger? can't you just call the new business method after the 1. schedule is finished?
    if a trainstation is where the train stops, what's a workstation...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •