Quartz:动态作业调度

发布于 2025-01-03 06:16:17 字数 149 浏览 1 评论 0原文

我正在动态调度石英作业,遇到的问题之一是,我找不到以编程方式将作业设置为“PersistJobDataAfterExecution”和“DisallowConcurrentExecution”的选项,因为两者都是注释。你们中的任何人都可以建议以编程方式安排作业时等效的内容(非声明性)

I'm scheduling quartz job dynamically and one of the issue that I came across is, I couldnt find an option to programmatically set the job to "PersistJobDataAfterExecution" and "DisallowConcurrentExecution" as both are annotation. Can any of you please suggest whats the equivalent while scheduling a job programmatically ( not declarative )

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

哀由 2025-01-10 06:16:17

由于您正在动态调度,因此您应该将 JobDetail 传递给调度程序。您应该能够创建自己的 JobDetail 实现或扩展基本实现,然后返回相应方法所需的任何内容。

Since you are scheduling dynamically you should be passing a JobDetail to the Scheduler. You should be able to create your own JobDetail implementation or extends the base implementation then return whatever you want for the corresponding methods.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文