类的使用
org.springframework.scheduling.quartz.SchedulerAccessor
使用SchedulerAccessor的程序包 程序包 说明 org.springframework.scheduling.quartz Support classes for the open source scheduler Quartz, allowing to set up Quartz Schedulers, JobDetails and Triggers as beans in a Spring context.org.springframework.scheduling.quartz中SchedulerAccessor的使用
org.springframework.scheduling.quartz中SchedulerAccessor的子类 修饰符和类型 类 说明 classSchedulerAccessorBeanSpring bean-style class for accessing a Quartz Scheduler, i.e. for registering jobs, triggers and listeners on a givenSchedulerinstance.classSchedulerFactoryBeanFactoryBeanthat creates and configures a QuartzScheduler, manages its lifecycle as part of the Spring application context, and exposes the Scheduler as bean reference for dependency injection.