Uses of Class
org.quartz.JobExecutionContext

Packages that use JobExecutionContext
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.examples.example1   
org.quartz.examples.example10   
org.quartz.examples.example11   
org.quartz.examples.example12   
org.quartz.examples.example13   
org.quartz.examples.example14   
org.quartz.examples.example2   
org.quartz.examples.example3   
org.quartz.examples.example4   
org.quartz.examples.example5   
org.quartz.examples.example6   
org.quartz.examples.example7   
org.quartz.examples.example8   
org.quartz.examples.example9   
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   
 

Uses of JobExecutionContext in org.quartz
 

Methods in org.quartz with parameters of type JobExecutionContext
 void Job.execute(JobExecutionContext context)
           Called by the Scheduler when a Trigger fires that is associated with the Job.
abstract  int Trigger.executionComplete(JobExecutionContext context, JobExecutionException result)
           This method should not be used by the Quartz client.
 int CronTrigger.executionComplete(JobExecutionContext context, JobExecutionException result)
           Called after the Scheduler has executed the JobDetail associated with the Trigger in order to get the final instruction code from the trigger.
 int NthIncludedDayTrigger.executionComplete(JobExecutionContext jobCtx, JobExecutionException result)
          Called after the Scheduler has executed the JobDetail associated with the Trigger in order to get the final instruction code from the trigger.
 int SimpleTrigger.executionComplete(JobExecutionContext context, JobExecutionException result)
           Called after the Scheduler has executed the JobDetail associated with the Trigger in order to get the final instruction code from the trigger.
 int DateIntervalTrigger.executionComplete(JobExecutionContext context, JobExecutionException result)
           Called after the Scheduler has executed the JobDetail associated with the Trigger in order to get the final instruction code from the trigger.
 void JobListener.jobExecutionVetoed(JobExecutionContext context)
           Called by the Scheduler when a JobDetail was about to be executed (an associated Trigger has occured), but a TriggerListener vetoed it's execution.
 void JobListener.jobToBeExecuted(JobExecutionContext context)
           Called by the Scheduler when a JobDetail is about to be executed (an associated Trigger has occured).
 void JobListener.jobWasExecuted(JobExecutionContext context, JobExecutionException jobException)
           Called by the Scheduler after a JobDetail has been executed, and be for the associated Trigger's triggered(xx) method has been called.
 void TriggerListener.triggerComplete(Trigger trigger, JobExecutionContext context, int triggerInstructionCode)
           Called by the Scheduler when a Trigger has fired, it's associated JobDetail has been executed, and it's triggered(xx) method has been called.
 void TriggerListener.triggerFired(Trigger trigger, JobExecutionContext context)
           Called by the Scheduler when a Trigger has fired, and it's associated JobDetail is about to be executed.
 boolean TriggerListener.vetoJobExecution(Trigger trigger, JobExecutionContext context)
           Called by the Scheduler when a Trigger has fired, and it's associated JobDetail is about to be executed.
 

Uses of JobExecutionContext in org.quartz.core
 

Fields in org.quartz.core declared as JobExecutionContext
protected  JobExecutionContext JobRunShell.jec
           
 

Methods in org.quartz.core with parameters of type JobExecutionContext
 void QuartzScheduler.notifyJobListenersToBeExecuted(JobExecutionContext jec)
           
 void QuartzScheduler.notifyJobListenersWasExecuted(JobExecutionContext jec, JobExecutionException je)
           
 void QuartzScheduler.notifyJobListenersWasVetoed(JobExecutionContext jec)
           
 void QuartzScheduler.notifyTriggerListenersComplete(JobExecutionContext jec, int instCode)
           
 boolean QuartzScheduler.notifyTriggerListenersFired(JobExecutionContext jec)
           
 

Uses of JobExecutionContext in org.quartz.examples.example1
 

Methods in org.quartz.examples.example1 with parameters of type JobExecutionContext
 void HelloJob.execute(JobExecutionContext context)
           Called by the Scheduler when a Trigger fires that is associated with the Job.
 

Uses of JobExecutionContext in org.quartz.examples.example10
 

Methods in org.quartz.examples.example10 with parameters of type JobExecutionContext
 void SimpleJob.execute(JobExecutionContext context)
           Called by the Scheduler when a Trigger fires that is associated with the Job.
 

Uses of JobExecutionContext in org.quartz.examples.example11
 

Methods in org.quartz.examples.example11 with parameters of type JobExecutionContext
 void SimpleJob.execute(JobExecutionContext context)
           Called by the Scheduler when a Trigger fires that is associated with the Job.
 

Uses of JobExecutionContext in org.quartz.examples.example12
 

Methods in org.quartz.examples.example12 with parameters of type JobExecutionContext
 void SimpleJob.execute(JobExecutionContext context)
           Called by the Scheduler when a Trigger fires that is associated with the Job.
 

Uses of JobExecutionContext in org.quartz.examples.example13
 

Methods in org.quartz.examples.example13 with parameters of type JobExecutionContext
 void SimpleRecoveryJob.execute(JobExecutionContext context)
           Called by the Scheduler when a Trigger fires that is associated with the Job.
 

Uses of JobExecutionContext in org.quartz.examples.example14
 

Methods in org.quartz.examples.example14 with parameters of type JobExecutionContext
 void TriggerEchoJob.execute(JobExecutionContext context)
           Called by the Scheduler when a Trigger fires that is associated with the Job.
 

Uses of JobExecutionContext in org.quartz.examples.example2
 

Methods in org.quartz.examples.example2 with parameters of type JobExecutionContext
 void SimpleJob.execute(JobExecutionContext context)
           Called by the Scheduler when a Trigger fires that is associated with the Job.
 

Uses of JobExecutionContext in org.quartz.examples.example3
 

Methods in org.quartz.examples.example3 with parameters of type JobExecutionContext
 void SimpleJob.execute(JobExecutionContext context)
           Called by the Scheduler when a Trigger fires that is associated with the Job.
 

Uses of JobExecutionContext in org.quartz.examples.example4
 

Methods in org.quartz.examples.example4 with parameters of type JobExecutionContext
 void ColorJob.execute(JobExecutionContext context)
           Called by the Scheduler when a Trigger fires that is associated with the Job.
 

Uses of JobExecutionContext in org.quartz.examples.example5
 

Methods in org.quartz.examples.example5 with parameters of type JobExecutionContext
 void MisfireJob.execute(JobExecutionContext context)
           Called by the Scheduler when a Trigger fires that is associated with the Job.
 void StatefulDumbJob.execute(JobExecutionContext context)
           Called by the Scheduler when a Trigger fires that is associated with the Job.
 

Uses of JobExecutionContext in org.quartz.examples.example6
 

Methods in org.quartz.examples.example6 with parameters of type JobExecutionContext
 void BadJob1.execute(JobExecutionContext context)
           Called by the Scheduler when a Trigger fires that is associated with the Job.
 void BadJob2.execute(JobExecutionContext context)
           Called by the Scheduler when a Trigger fires that is associated with the Job.
 

Uses of JobExecutionContext in org.quartz.examples.example7
 

Methods in org.quartz.examples.example7 with parameters of type JobExecutionContext
 void DumbInterruptableJob.execute(JobExecutionContext context)
           Called by the Scheduler when a Trigger fires that is associated with the Job.
 

Uses of JobExecutionContext in org.quartz.examples.example8
 

Methods in org.quartz.examples.example8 with parameters of type JobExecutionContext
 void SimpleJob.execute(JobExecutionContext context)
           Called by the Scheduler when a Trigger fires that is associated with the Job.
 

Uses of JobExecutionContext in org.quartz.examples.example9
 

Methods in org.quartz.examples.example9 with parameters of type JobExecutionContext
 void SimpleJob2.execute(JobExecutionContext context)
           Called by the Scheduler when a Trigger fires that is associated with the Job.
 void SimpleJob1.execute(JobExecutionContext context)
           Called by the Scheduler when a Trigger fires that is associated with the Job.
 void Job1Listener.jobExecutionVetoed(JobExecutionContext inContext)
           
 void Job1Listener.jobToBeExecuted(JobExecutionContext inContext)
           
 void Job1Listener.jobWasExecuted(JobExecutionContext inContext, JobExecutionException inException)
           
 

Uses of JobExecutionContext in org.quartz.jobs
 

Methods in org.quartz.jobs with parameters of type JobExecutionContext
 void NativeJob.execute(JobExecutionContext context)
           
 void NoOpJob.execute(JobExecutionContext context)
           Do nothing.
 void FileScanJob.execute(JobExecutionContext context)
           
 

Uses of JobExecutionContext in org.quartz.jobs.ee.ejb
 

Methods in org.quartz.jobs.ee.ejb with parameters of type JobExecutionContext
 void EJBInvokerJob.execute(JobExecutionContext context)
           
 

Uses of JobExecutionContext in org.quartz.jobs.ee.jms
 

Methods in org.quartz.jobs.ee.jms with parameters of type JobExecutionContext
 void SendQueueMessageJob.execute(JobExecutionContext context)
           
 void SendTopicMessageJob.execute(JobExecutionContext jobCtx)
           
 void SendDestinationMessageJob.execute(JobExecutionContext jobCtx)
           
 

Uses of JobExecutionContext in org.quartz.jobs.ee.jmx
 

Methods in org.quartz.jobs.ee.jmx with parameters of type JobExecutionContext
 void JMXInvokerJob.execute(JobExecutionContext context)
           
 

Uses of JobExecutionContext in org.quartz.jobs.ee.mail
 

Methods in org.quartz.jobs.ee.mail with parameters of type JobExecutionContext
 void SendMailJob.execute(JobExecutionContext context)
           
 

Uses of JobExecutionContext in org.quartz.listeners
 

Methods in org.quartz.listeners with parameters of type JobExecutionContext
 void JobListenerSupport.jobExecutionVetoed(JobExecutionContext context)
           
 void FilterAndBroadcastJobListener.jobExecutionVetoed(JobExecutionContext context)
           
 void JobListenerSupport.jobToBeExecuted(JobExecutionContext context)
           
 void FilterAndBroadcastJobListener.jobToBeExecuted(JobExecutionContext context)
           
 void JobListenerSupport.jobWasExecuted(JobExecutionContext context, JobExecutionException jobException)
           
 void JobChainingJobListener.jobWasExecuted(JobExecutionContext context, JobExecutionException jobException)
           
 void FilterAndBroadcastJobListener.jobWasExecuted(JobExecutionContext context, JobExecutionException jobException)
           
protected  boolean FilterAndBroadcastJobListener.shouldDispatch(JobExecutionContext context)
           
 void TriggerListenerSupport.triggerComplete(Trigger trigger, JobExecutionContext context, int triggerInstructionCode)
           
 void FilterAndBroadcastTriggerListener.triggerComplete(Trigger trigger, JobExecutionContext context, int triggerInstructionCode)
           
 void TriggerListenerSupport.triggerFired(Trigger trigger, JobExecutionContext context)
           
 void FilterAndBroadcastTriggerListener.triggerFired(Trigger trigger, JobExecutionContext context)
           
 boolean TriggerListenerSupport.vetoJobExecution(Trigger trigger, JobExecutionContext context)
           
 boolean FilterAndBroadcastTriggerListener.vetoJobExecution(Trigger trigger, JobExecutionContext context)
           
 

Uses of JobExecutionContext in org.quartz.plugins.history
 

Methods in org.quartz.plugins.history with parameters of type JobExecutionContext
 void LoggingJobHistoryPlugin.jobExecutionVetoed(JobExecutionContext context)
           
 void LoggingJobHistoryPlugin.jobToBeExecuted(JobExecutionContext context)
           
 void LoggingJobHistoryPlugin.jobWasExecuted(JobExecutionContext context, JobExecutionException jobException)
           
 void LoggingTriggerHistoryPlugin.triggerComplete(Trigger trigger, JobExecutionContext context, int triggerInstructionCode)
           
 void LoggingTriggerHistoryPlugin.triggerFired(Trigger trigger, JobExecutionContext context)
           
 boolean LoggingTriggerHistoryPlugin.vetoJobExecution(Trigger trigger, JobExecutionContext context)
           
 



Copyright © 2010. All Rights Reserved.