public class GuiceJobRunShellFactory extends Object implements org.quartz.core.JobRunShellFactory
JobRunShellFactory to use GuiceJobRunShell.| Constructor and Description |
|---|
GuiceJobRunShellFactory(org.quartz.core.QuartzSchedulerResources resources) |
| Modifier and Type | Method and Description |
|---|---|
org.quartz.core.JobRunShell |
createJobRunShell(org.quartz.spi.TriggerFiredBundle bundle) |
void |
initialize(org.quartz.Scheduler scheduler) |
public GuiceJobRunShellFactory(org.quartz.core.QuartzSchedulerResources resources)
public void initialize(org.quartz.Scheduler scheduler)
throws org.quartz.SchedulerConfigException
initialize in interface org.quartz.core.JobRunShellFactoryorg.quartz.SchedulerConfigExceptionpublic org.quartz.core.JobRunShell createJobRunShell(org.quartz.spi.TriggerFiredBundle bundle)
throws org.quartz.SchedulerException
createJobRunShell in interface org.quartz.core.JobRunShellFactoryorg.quartz.SchedulerException