| Package | Description |
|---|---|
| com.helger.quartz.core |
Contains the core classes and interfaces for the Quartz job scheduler.
|
| com.helger.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 |
|---|---|
IJobRunShellFactory |
QuartzSchedulerResources.getJobRunShellFactory()
Get the
for the
to use. |
| Modifier and Type | Method and Description |
|---|---|
void |
QuartzSchedulerResources.setJobRunShellFactory(IJobRunShellFactory jobRunShellFactory)
Set the
for the
to use. |
| Modifier and Type | Class and Description |
|---|---|
class |
StdJobRunShellFactory
Responsible for creating the instances of
to be used within the
instance. |
Copyright © 2016–2021 Philip Helger. All rights reserved.