Uses of Class
com.aspectran.core.context.config.SchedulerConfig
Packages that use SchedulerConfig
Package
Description
Contains a variant of the service interface for Aspectran Scheduler.
-
Uses of SchedulerConfig in com.aspectran.core.context.config
Methods in com.aspectran.core.context.config that return SchedulerConfigModifier and TypeMethodDescriptionAspectranConfig.getSchedulerConfig()
AspectranConfig.newSchedulerConfig()
SchedulerConfig.setEnabled
(boolean enabled) SchedulerConfig.setStartDelaySeconds
(int startDelaySeconds) SchedulerConfig.setWaitOnShutdown
(boolean waitOnShutdown) AspectranConfig.touchSchedulerConfig()
-
Uses of SchedulerConfig in com.aspectran.core.scheduler.service
Methods in com.aspectran.core.scheduler.service with parameters of type SchedulerConfigModifier and TypeMethodDescriptionstatic DefaultSchedulerService
DefaultSchedulerServiceBuilder.build
(CoreService parentService, SchedulerConfig schedulerConfig) protected void
AbstractSchedulerService.configure
(SchedulerConfig schedulerConfig)