Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Quartz 1.8.5 の deleteJob() と unscheduleJob() の違いを教えてもらえますか?
ありがとう。
QuartzScheduler.javaの両方のメソッドの実装を見ると、deleteJob(JobKey jobKey) であることがわかります。
一方、unscheduleJob(TriggerKey triggerKey) はトリガーのスケジュールを解除するだけなので、他のトリガーがこのジョブを参照する場合、それらは変更されません。
私はhtmlとjavascriptで作られたこのス