| Package | Description |
|---|---|
| org.quartz | |
| org.quartz.core | |
| org.quartz.listeners |
| Modifier and Type | Method and Description |
|---|---|
List<SchedulerListener> |
QuartzScheduler.getInternalSchedulerListeners()
Get a List containing all of the internal
s registered with the Scheduler. |
| Modifier and Type | Method and Description |
|---|---|
void |
QuartzScheduler.addInternalSchedulerListener(SchedulerListener schedulerListener)
Register the given
with the Scheduler's list of internal listeners. |
boolean |
QuartzScheduler.removeInternalSchedulerListener(SchedulerListener schedulerListener)
Remove the given
from the Scheduler's list of internal listeners. |
| Modifier and Type | Class and Description |
|---|---|
class |
JobRunShell
JobRunShell instances are responsible for providing the 'safe' environment for
Job s to run in, and for performing all of the work of
executing the Job, catching ANY thrown exceptions, updating the Trigger with the Job's completion code, etc. |
| Modifier and Type | Class and Description |
|---|---|
class |
SchedulerListenerSupport
A helpful abstract base class for implementors of
. |
| Modifier and Type | Method and Description |
|---|---|
List<SchedulerListener> |
ListenerManagerImpl.getSchedulerListeners() |
List<SchedulerListener> |
ListenerManager.getSchedulerListeners()
Get a List containing all of the
s registered with the Scheduler. |
Copyright © 2011–2017 Knowm Inc.. All rights reserved.