Uses of Class
org.quartz.core.JobRunShell
Packages that use JobRunShell
-
Uses of JobRunShell in org.quartz.core
Methods in org.quartz.core that return JobRunShellModifier and TypeMethodDescriptionJobRunShellFactory.createJobRunShell
(TriggerFiredBundle bundle) Called by the
to obtain instances ofQuartzSchedulerThread
.JobRunShell
StandardJobRunShellFactory.createJobRunShell
(TriggerFiredBundle bundle) Called by theQuartzSchedulerThread
to obtain instances ofJobRunShell
Methods in org.quartz.core with parameters of type JobRunShellModifier and TypeMethodDescriptionboolean
SimpleThreadPool.runInThread
(JobRunShell runnable) Run the givenRunnable
object in the next availableThread
.boolean
ThreadPool.runInThread
(JobRunShell runnable) Execute the given
in the next availableRunnable
Thread
.