Package com.axelor.quartz
Class GuiceJobRunShellFactory
java.lang.Object
com.axelor.quartz.GuiceJobRunShellFactory
- All Implemented Interfaces:
org.quartz.core.JobRunShellFactory
Custom
JobRunShellFactory to use GuiceJobRunShell.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.quartz.core.JobRunShellcreateJobRunShell(org.quartz.spi.TriggerFiredBundle bundle) voidinitialize(org.quartz.Scheduler scheduler)
-
Constructor Details
-
GuiceJobRunShellFactory
public GuiceJobRunShellFactory(org.quartz.core.QuartzSchedulerResources resources)
-
-
Method Details
-
initialize
public void initialize(org.quartz.Scheduler scheduler) throws org.quartz.SchedulerConfigException - Specified by:
initializein interfaceorg.quartz.core.JobRunShellFactory- Throws:
org.quartz.SchedulerConfigException
-
createJobRunShell
public org.quartz.core.JobRunShell createJobRunShell(org.quartz.spi.TriggerFiredBundle bundle) throws org.quartz.SchedulerException - Specified by:
createJobRunShellin interfaceorg.quartz.core.JobRunShellFactory- Throws:
org.quartz.SchedulerException
-