Uses of Class
org.quartz.core.JobRunShell
-
Uses of JobRunShell in org.quartz.core
Modifier and TypeMethodDescriptionJobRunShellFactory.createJobRunShell
(TriggerFiredBundle bundle) Called by the
to obtain instances ofQuartzSchedulerThread
.JobRunShell
StandardJobRunShellFactory.createJobRunShell
(TriggerFiredBundle bundle) Called by theQuartzSchedulerThread
to obtain instances ofJobRunShell
Modifier 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
.