Uses of Interface
org.quartz.core.JobRunShellFactory
Packages that use JobRunShellFactory
-
Uses of JobRunShellFactory in org.quartz.core
Classes in org.quartz.core that implement JobRunShellFactoryModifier and TypeClassDescriptionclass
Responsible for creating the instances of aJobRunShell
to be used within theQuartzScheduler
instance.Methods in org.quartz.core that return JobRunShellFactoryModifier and TypeMethodDescriptionQuartzSchedulerResources.getJobRunShellFactory()
Get the
for theJobRunShellFactory
to use.QuartzScheduler
Methods in org.quartz.core with parameters of type JobRunShellFactoryModifier and TypeMethodDescriptionvoid
QuartzSchedulerResources.setJobRunShellFactory
(JobRunShellFactory jobRunShellFactory) Set the
for theJobRunShellFactory
to use.QuartzScheduler