|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JobExecutionException | |
---|---|
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 |
Uses of JobExecutionException in org.quartz |
---|
Methods in org.quartz with parameters of type JobExecutionException | |
---|---|
void |
JobListener.jobWasExecuted(JobExecutionContext context,
JobExecutionException jobException)
Called by the after a
has been executed, and be for the associated Trigger 's
triggered(xx) method has been called. |
Methods in org.quartz that throw JobExecutionException | |
---|---|
void |
Job.execute(JobExecutionContext context)
Called by the when a
fires that is associated with the Job . |
Uses of JobExecutionException in org.quartz.core |
---|
Methods in org.quartz.core with parameters of type JobExecutionException | |
---|---|
void |
SampledStatisticsImpl.jobWasExecuted(JobExecutionContext context,
JobExecutionException jobException)
|
void |
QuartzSchedulerMBeanImpl.jobWasExecuted(JobExecutionContext context,
JobExecutionException jobException)
|
void |
QuartzScheduler.notifyJobListenersWasExecuted(JobExecutionContext jec,
JobExecutionException je)
|
Uses of JobExecutionException in org.quartz.impl.triggers |
---|
Methods in org.quartz.impl.triggers with parameters of type JobExecutionException | |
---|---|
Trigger.CompletedExecutionInstruction |
AbstractTrigger.executionComplete(JobExecutionContext context,
JobExecutionException result)
This method should not be used by the Quartz client. |
Uses of JobExecutionException in org.quartz.jobs |
---|
Methods in org.quartz.jobs that throw JobExecutionException | |
---|---|
void |
NoOpJob.execute(JobExecutionContext context)
Do nothing. |
void |
NativeJob.execute(JobExecutionContext context)
|
void |
FileScanJob.execute(JobExecutionContext context)
|
void |
DirectoryScanJob.execute(JobExecutionContext context)
|
Uses of JobExecutionException in org.quartz.jobs.ee.ejb |
---|
Methods in org.quartz.jobs.ee.ejb that throw JobExecutionException | |
---|---|
void |
EJBInvokerJob.execute(JobExecutionContext context)
|
void |
EJB3InvokerJob.execute(JobExecutionContext context)
|
Uses of JobExecutionException in org.quartz.jobs.ee.jms |
---|
Methods in org.quartz.jobs.ee.jms that throw JobExecutionException | |
---|---|
void |
SendTopicMessageJob.execute(JobExecutionContext jobCtx)
|
void |
SendQueueMessageJob.execute(JobExecutionContext jobCtx)
|
void |
SendDestinationMessageJob.execute(JobExecutionContext jobCtx)
|
Uses of JobExecutionException in org.quartz.jobs.ee.jmx |
---|
Methods in org.quartz.jobs.ee.jmx that throw JobExecutionException | |
---|---|
void |
JMXInvokerJob.execute(JobExecutionContext context)
|
Uses of JobExecutionException in org.quartz.jobs.ee.mail |
---|
Methods in org.quartz.jobs.ee.mail that throw JobExecutionException | |
---|---|
void |
SendMailJob.execute(JobExecutionContext context)
|
Uses of JobExecutionException in org.quartz.listeners |
---|
Methods in org.quartz.listeners with parameters of type JobExecutionException | |
---|---|
void |
JobListenerSupport.jobWasExecuted(JobExecutionContext context,
JobExecutionException jobException)
|
void |
JobChainingJobListener.jobWasExecuted(JobExecutionContext context,
JobExecutionException jobException)
|
void |
BroadcastJobListener.jobWasExecuted(JobExecutionContext context,
JobExecutionException jobException)
|
Uses of JobExecutionException in org.quartz.plugins.history |
---|
Methods in org.quartz.plugins.history with parameters of type JobExecutionException | |
---|---|
void |
LoggingJobHistoryPlugin.jobWasExecuted(JobExecutionContext context,
JobExecutionException jobException)
|
Uses of JobExecutionException in org.quartz.spi |
---|
Methods in org.quartz.spi with parameters of type JobExecutionException | |
---|---|
Trigger.CompletedExecutionInstruction |
OperableTrigger.executionComplete(JobExecutionContext context,
JobExecutionException result)
This method should not be used by the Quartz client. |
Uses of JobExecutionException in org.terracotta.quartz |
---|
Methods in org.terracotta.quartz with parameters of type JobExecutionException | |
---|---|
void |
PlainTerracottaJobStore.jobWasExecuted(JobExecutionContext context,
JobExecutionException jobException)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |