Uses of Class
org.quartz.spi.TriggerFiredBundle

Packages that use TriggerFiredBundle
org.quartz   
org.quartz.core   
org.quartz.impl.jdbcjobstore   
org.quartz.simpl   
org.quartz.spi   
 

Uses of TriggerFiredBundle in org.quartz
 

Constructors in org.quartz with parameters of type TriggerFiredBundle
JobExecutionContext(Scheduler scheduler, TriggerFiredBundle firedBundle, Job job)
           Create a JobExcecutionContext with the given context data.
 

Uses of TriggerFiredBundle in org.quartz.core
 

Methods in org.quartz.core with parameters of type TriggerFiredBundle
 void JobRunShell.initialize(QuartzScheduler qs, TriggerFiredBundle firedBundle)
           
 

Uses of TriggerFiredBundle in org.quartz.impl.jdbcjobstore
 

Methods in org.quartz.impl.jdbcjobstore that return TriggerFiredBundle
protected  TriggerFiredBundle JobStoreSupport.triggerFired(java.sql.Connection conn, SchedulingContext ctxt, Trigger trigger)
           
 TriggerFiredBundle JobStoreCMT.triggerFired(SchedulingContext ctxt, Trigger trigger)
           Inform the JobStore that the scheduler is now firing the given Trigger (executing its associated Job), that it had previously acquired (reserved).
 TriggerFiredBundle JobStoreTX.triggerFired(SchedulingContext ctxt, Trigger trigger)
           Inform the JobStore that the scheduler is now firing the given Trigger (executing its associated Job), that it had previously acquired (reserved).
 

Uses of TriggerFiredBundle in org.quartz.simpl
 

Methods in org.quartz.simpl that return TriggerFiredBundle
 TriggerFiredBundle RAMJobStore.triggerFired(SchedulingContext ctxt, Trigger trigger)
           Inform the JobStore that the scheduler is now firing the given Trigger (executing its associated Job), that it had previously acquired (reserved).
 

Uses of TriggerFiredBundle in org.quartz.spi
 

Methods in org.quartz.spi that return TriggerFiredBundle
 TriggerFiredBundle JobStore.triggerFired(SchedulingContext ctxt, Trigger trigger)
           Inform the JobStore that the scheduler is now firing the given Trigger (executing its associated Job), that it had previously acquired (reserved).
 


Quartz Project Page