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 theto obtain instances ofQuartzSchedulerThread.JobRunShellStandardJobRunShellFactory.createJobRunShell(TriggerFiredBundle bundle) Called by theQuartzSchedulerThreadto obtain instances of.JobRunShellMethods in org.quartz.core with parameters of type JobRunShellModifier and TypeMethodDescriptionbooleanSimpleThreadPool.runInThread(JobRunShell runnable) Run the givenRunnableobject in the next availableThread.booleanThreadPool.runInThread(JobRunShell runnable) Execute the givenin the next availableRunnableThread.