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. |
Constructor and Description |
---|
JobRunShell(JobRunShellFactory jobRunShellFactory,
Scheduler scheduler,
SchedulingContext schdCtxt)
Create a JobRunShell instance with the given settings.
|
Modifier and Type | Class and Description |
---|---|
class |
JTAJobRunShellFactory
Responsible for creating the instances of
to be used within the QuartzScheduler
instance. |
Constructor and Description |
---|
JTAJobRunShell(JobRunShellFactory jobRunShellFactory,
Scheduler scheduler,
SchedulingContext schdCtxt)
Create a JTAJobRunShell instance with the given settings.
|
Modifier and Type | Class and Description |
---|---|
class |
StdJobRunShellFactory
Responsible for creating the instances of
to be used within the QuartzScheduler
instance. |