Uses of Class
org.springframework.scheduling.config.ScheduledTaskRegistrar
Packages that use ScheduledTaskRegistrar Package Description org.springframework.scheduling.annotation Java 5 annotation for asynchronous method execution.org.springframework.scheduling.config Support package for declarative scheduling configuration, with XML schema being the primary configuration format.Uses of ScheduledTaskRegistrar in org.springframework.scheduling.annotation
Methods in org.springframework.scheduling.annotation with parameters of type ScheduledTaskRegistrar Modifier and Type Method Description voidSchedulingConfigurer. configureTasks(ScheduledTaskRegistrar taskRegistrar)Callback allowing aTaskSchedulerand specificTaskinstances to be registered against the given theScheduledTaskRegistrar.Constructors in org.springframework.scheduling.annotation with parameters of type ScheduledTaskRegistrar Constructor Description ScheduledAnnotationBeanPostProcessor(ScheduledTaskRegistrar registrar)Create aScheduledAnnotationBeanPostProcessordelegating to the specifiedScheduledTaskRegistrar.Uses of ScheduledTaskRegistrar in org.springframework.scheduling.config
Subclasses of ScheduledTaskRegistrar in org.springframework.scheduling.config Modifier and Type Class Description classContextLifecycleScheduledTaskRegistrarScheduledTaskRegistrarsubclass which redirects the actual scheduling of tasks to theContextLifecycleScheduledTaskRegistrar.afterSingletonsInstantiated()callback (as of 4.1.2).