|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Class
org.quartz.core.JobRunShell
Packages that use JobRunShell | |
---|---|
org.quartz.core | Contains the core classes and interfaces for the Quartz job scheduler. |
org.quartz.ee.jta | |
org.quartz.impl | Contains implementations of the SchedulerFactory, JobStore, ThreadPool, and other interfaces required by the org.quartz.core.QuartzScheduler. |
Uses of JobRunShell in org.quartz.core |
---|
Methods in org.quartz.core that return JobRunShell | |
---|---|
JobRunShell |
JobRunShellFactory.createJobRunShell(org.quartz.spi.TriggerFiredBundle bundle)
Called by the
QuartzSchedulerThread
to obtain instances of
JobRunShell . |
Uses of JobRunShell in org.quartz.ee.jta |
---|
Subclasses of JobRunShell in org.quartz.ee.jta | |
---|---|
class |
JTAJobRunShell
An extension of
JobRunShell that
begins an XA transaction before executing the Job, and commits (or
rolls-back) the transaction after execution completes. |
Methods in org.quartz.ee.jta that return JobRunShell | |
---|---|
JobRunShell |
JTAAnnotationAwareJobRunShellFactory.createJobRunShell(org.quartz.spi.TriggerFiredBundle bundle)
Called by the QuartzSchedulerThread
to obtain instances of
JobRunShell . |
JobRunShell |
JTAJobRunShellFactory.createJobRunShell(org.quartz.spi.TriggerFiredBundle bundle)
Called by the QuartzSchedulerThread
to obtain instances of
JobRunShell . |
Uses of JobRunShell in org.quartz.impl |
---|
Methods in org.quartz.impl that return JobRunShell | |
---|---|
JobRunShell |
StdJobRunShellFactory.createJobRunShell(org.quartz.spi.TriggerFiredBundle bndle)
Called by the QuartzSchedulerThread
to obtain instances of
JobRunShell . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright 2001-2011, Terracotta, Inc.