我的任务是将调度程序项目从 IBMWebSphere8 迁移到 Wildfly12、jdk8。
以下是 SchedulerProject 使用的 IBM 类 -
import com.ibm.websphere.scheduler.BeanTaskInfo / NotificationSinkHome / TaskHandlerHome / TaskInfo / TaskNotificationInfo
我意识到我必须了解上述类以及 SchedulerProject 中使用了哪些功能。
但想听听最接近匹配 API 的建议:1)EJBScheduler
2)ManagedScheduledExecutorService
3)其他任何东西
4)我假设 org.jboss.varia.scheduler 与 Wildfly12 不兼容。
让我知道你的想法。