|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JobRunShellFactory | |
org.quartz.core | |
org.quartz.ee.jta | |
org.quartz.impl |
Uses of JobRunShellFactory in org.quartz.core |
Fields in org.quartz.core declared as JobRunShellFactory | |
protected JobRunShellFactory |
JobRunShell.jobRunShellFactory
|
Methods in org.quartz.core that return JobRunShellFactory | |
JobRunShellFactory |
QuartzSchedulerResources.getJobRunShellFactory()
Get the for the
to use. |
Methods in org.quartz.core with parameters of type JobRunShellFactory | |
void |
QuartzSchedulerResources.setJobRunShellFactory(JobRunShellFactory jobRunShellFactory)
Set the for the
to use. |
Constructors in org.quartz.core with parameters of type JobRunShellFactory | |
JobRunShell(JobRunShellFactory jobRunShellFactory,
Scheduler scheduler,
SchedulingContext schdCtxt)
Create a JobRunShell instance with the given settings. |
Uses of JobRunShellFactory in org.quartz.ee.jta |
Classes in org.quartz.ee.jta that implement JobRunShellFactory | |
class |
JTAJobRunShellFactory
Responsible for creating the instances of
to be used within the QuartzScheduler
instance. |
Constructors in org.quartz.ee.jta with parameters of type JobRunShellFactory | |
JTAJobRunShell(JobRunShellFactory jobRunShellFactory,
Scheduler scheduler,
SchedulingContext schdCtxt,
UserTransactionHelper userTxHelper)
Create a JTAJobRunShell instance with the given settings. |
Uses of JobRunShellFactory in org.quartz.impl |
Classes in org.quartz.impl that implement JobRunShellFactory | |
class |
StdJobRunShellFactory
Responsible for creating the instances of
to be used within the QuartzScheduler
instance. |
|
Quartz Project Page | ||||||||||
PREV NEXT | FRAMES NO FRAMES |