| Package | Description |
|---|---|
| com.helger.quartz |
The main package of Quartz, containing the client-side interfaces.
|
| com.helger.quartz.core |
Contains the core classes and interfaces for the Quartz job scheduler.
|
| com.helger.quartz.impl.triggers |
This package contains Trigger implementations that ship with Quartz.
|
| com.helger.quartz.listeners | |
| com.helger.quartz.plugins.history | |
| com.helger.quartz.spi |
Contains Service Provider Interfaces that can be implemented by those
wishing to create and use custom versions of Quartz back-end/behind-the-scenes
services.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
IJobListener.jobWasExecuted(IJobExecutionContext context,
JobExecutionException jobException)
Called by the
after a
has been executed, and be
for the associated Trigger's triggered(xx) method
has been called. |
| Modifier and Type | Method and Description |
|---|---|
void |
IJob.execute(IJobExecutionContext context)
|
| Modifier and Type | Method and Description |
|---|---|
void |
SampledStatistics.jobWasExecuted(IJobExecutionContext context,
JobExecutionException jobException) |
void |
QuartzScheduler.notifyJobListenersWasExecuted(IJobExecutionContext jec,
JobExecutionException je) |
| Modifier and Type | Method and Description |
|---|---|
ITrigger.ECompletedExecutionInstruction |
AbstractTrigger.executionComplete(IJobExecutionContext context,
JobExecutionException result)
This method should not be used by the Quartz client.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BroadcastJobListener.jobWasExecuted(IJobExecutionContext context,
JobExecutionException jobException) |
void |
JobChainingJobListener.jobWasExecuted(IJobExecutionContext context,
JobExecutionException jobException) |
| Modifier and Type | Method and Description |
|---|---|
void |
LoggingJobHistoryPlugin.jobWasExecuted(IJobExecutionContext context,
JobExecutionException jobException) |
| Modifier and Type | Method and Description |
|---|---|
ITrigger.ECompletedExecutionInstruction |
IOperableTrigger.executionComplete(IJobExecutionContext aContext,
JobExecutionException result)
This method should not be used by the Quartz client.
|
Copyright © 2016–2021 Philip Helger. All rights reserved.