Uses of Class
com.almis.awe.scheduler.dao.CommandDAO
Packages that use CommandDAO
-
Uses of CommandDAO in com.almis.awe.scheduler.autoconfigure
Methods in com.almis.awe.scheduler.autoconfigure that return CommandDAOModifier and TypeMethodDescriptionSchedulerConfig.commandDAO
(Runtime runtime) Server Data Object AccessMethods in com.almis.awe.scheduler.autoconfigure with parameters of type CommandDAOModifier and TypeMethodDescriptionSchedulerConfig.commandJobService
(ExecutionService executionService, MaintainService maintainService, QueryUtil queryUtil, TaskDAO taskDAO, org.springframework.context.ApplicationEventPublisher eventPublisher, CommandDAO commandDAO) Define Command job service -
Uses of CommandDAO in com.almis.awe.scheduler.service.scheduled
Constructors in com.almis.awe.scheduler.service.scheduled with parameters of type CommandDAOModifierConstructorDescriptionCommandJobService
(ExecutionService executionService, MaintainService maintainService, QueryUtil queryUtil, TaskDAO taskDAO, org.springframework.context.ApplicationEventPublisher eventPublisher, CommandDAO commandDAO, Duration defaultTimeout) Autowired constructor