|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JobRunShellFactory | |
---|---|
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 JobRunShellFactory in org.quartz.core |
---|
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. |
Uses of JobRunShellFactory in org.quartz.ee.jta |
---|
Classes in org.quartz.ee.jta that implement JobRunShellFactory | |
---|---|
class |
JTAAnnotationAwareJobRunShellFactory
Responsible for creating the instances of a JobRunShell
to be used within the QuartzScheduler
instance. |
class |
JTAJobRunShellFactory
Responsible for creating the instances of
to be used within the QuartzScheduler
instance. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |