Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
JobRunShellFactory |
QuartzSchedulerResources.getJobRunShellFactory()
Get the
for the
to use. |
Modifier and Type | Method and Description |
---|---|
void |
QuartzSchedulerResources.setJobRunShellFactory(JobRunShellFactory jobRunShellFactory)
Set the
for the
to use. |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
class |
StdJobRunShellFactory
Responsible for creating the instances of
to be used within the QuartzScheduler
instance. |
Copyright 2001-2019, Terracotta, Inc.