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.
我正在使用 xml 格式的 Spring计划任务(特别是在 25.4.3 The 'scheduled-tasks' 元素下)
有没有办法从此任务调度程序获取元数据,例如“最后执行时间”、“最后完成时间”?
不,不是我知道的。但如果它确实让我感到惊讶,因为它只是 Java 5 执行程序服务的一个薄层。
我们曾经有类似的要求(找出计划任务接下来将在什么时间运行)并最终org.springframework.scheduling.config.ScheduledTaskRegistrar通过反射深入研究。也许这是一个起点。
org.springframework.scheduling.config.ScheduledTaskRegistrar