Package com.axelor.quartz
Class GuiceJobRunShellFactory
- java.lang.Object
-
- com.axelor.quartz.GuiceJobRunShellFactory
-
- All Implemented Interfaces:
org.quartz.core.JobRunShellFactory
public class GuiceJobRunShellFactory extends Object implements org.quartz.core.JobRunShellFactory
CustomJobRunShellFactoryto useGuiceJobRunShell.
-
-
Constructor Summary
Constructors Constructor Description GuiceJobRunShellFactory(org.quartz.core.QuartzSchedulerResources resources)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.quartz.core.JobRunShellcreateJobRunShell(org.quartz.spi.TriggerFiredBundle bundle)voidinitialize(org.quartz.Scheduler scheduler)
-
-
-
Method Detail
-
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
-
-