Package | Description |
---|---|
org.quartz |
The main package of Quartz, containing the client-side interfaces.
|
org.quartz.core |
Contains the core classes and interfaces for the Quartz job scheduler.
|
org.quartz.impl.triggers |
This package contains Trigger implementations that ship with Quartz.
|
org.quartz.jobs | |
org.quartz.jobs.ee.ejb | |
org.quartz.jobs.ee.jms | |
org.quartz.jobs.ee.jmx | |
org.quartz.jobs.ee.mail | |
org.quartz.listeners | |
org.quartz.plugins.history | |
org.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.
|
org.terracotta.quartz |
Modifier and Type | Method and Description |
---|---|
void |
JobListener.jobWasExecuted(JobExecutionContext context,
JobExecutionException jobException)
|
Modifier and Type | Method and Description |
---|---|
void |
Job.execute(JobExecutionContext context)
|
Modifier and Type | Method and Description |
---|---|
void |
SampledStatisticsImpl.jobWasExecuted(JobExecutionContext context,
JobExecutionException jobException) |
void |
QuartzSchedulerMBeanImpl.jobWasExecuted(JobExecutionContext context,
JobExecutionException jobException) |
void |
QuartzScheduler.notifyJobListenersWasExecuted(JobExecutionContext jec,
JobExecutionException je) |
Modifier and Type | Method and Description |
---|---|
Trigger.CompletedExecutionInstruction |
AbstractTrigger.executionComplete(JobExecutionContext context,
JobExecutionException result)
This method should not be used by the Quartz client.
|
Modifier and Type | Method and Description |
---|---|
void |
NoOpJob.execute(JobExecutionContext context)
Do nothing.
|
void |
NativeJob.execute(JobExecutionContext context) |
void |
FileScanJob.execute(JobExecutionContext context) |
void |
DirectoryScanJob.execute(JobExecutionContext context) |
Modifier and Type | Method and Description |
---|---|
void |
EJBInvokerJob.execute(JobExecutionContext context) |
void |
EJB3InvokerJob.execute(JobExecutionContext context) |
Modifier and Type | Method and Description |
---|---|
void |
SendTopicMessageJob.execute(JobExecutionContext jobCtx) |
void |
SendQueueMessageJob.execute(JobExecutionContext jobCtx) |
void |
SendDestinationMessageJob.execute(JobExecutionContext jobCtx) |
Modifier and Type | Method and Description |
---|---|
void |
JMXInvokerJob.execute(JobExecutionContext context) |
Modifier and Type | Method and Description |
---|---|
void |
SendMailJob.execute(JobExecutionContext context) |
Modifier and Type | Method and Description |
---|---|
void |
JobListenerSupport.jobWasExecuted(JobExecutionContext context,
JobExecutionException jobException) |
void |
JobChainingJobListener.jobWasExecuted(JobExecutionContext context,
JobExecutionException jobException) |
void |
BroadcastJobListener.jobWasExecuted(JobExecutionContext context,
JobExecutionException jobException) |
Modifier and Type | Method and Description |
---|---|
void |
LoggingJobHistoryPlugin.jobWasExecuted(JobExecutionContext context,
JobExecutionException jobException) |
Modifier and Type | Method and Description |
---|---|
Trigger.CompletedExecutionInstruction |
OperableTrigger.executionComplete(JobExecutionContext context,
JobExecutionException result)
This method should not be used by the Quartz client.
|
Modifier and Type | Method and Description |
---|---|
void |
PlainTerracottaJobStore.jobWasExecuted(JobExecutionContext context,
JobExecutionException jobException) |
Copyright 2001-2019, Terracotta, Inc.