Class AutomationSchedulerStarter
java.lang.Object
ch.tocco.nice2.optional.automation.impl.trigger.batchjob.AutomationSchedulerStarter
- All Implemented Interfaces:
Runnable
@ConditionalOnProperty(value="ch.tocco.nice2.enableUpgradeMode",
havingValue="false",
matchIfMissing=true)
public class AutomationSchedulerStarter
extends Object
implements Runnable
starts all active
Automation_batch_job
-
Constructor Summary
ConstructorsConstructorDescriptionAutomationSchedulerStarter
(SecurityManager securityManager, AutomationSchedulerService automationSchedulerService, QueryBuilderFactory queryBuilderFactory, L10N l10n, RunEnvironmentService runEnvironmentService) -
Method Summary
-
Constructor Details
-
AutomationSchedulerStarter
public AutomationSchedulerStarter(SecurityManager securityManager, AutomationSchedulerService automationSchedulerService, QueryBuilderFactory queryBuilderFactory, L10N l10n, RunEnvironmentService runEnvironmentService)
-
-
Method Details