|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TriggerFiredBundle | |
---|---|
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.jdbcjobstore | |
org.quartz.simpl | Contains simple / light-weight implementations (with no dependencies on external libraries) of interfaces required by the org.quartz.core.QuartzScheduler. |
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. |
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 |
QuartzSchedulerThread.errorTriggerRetryLoop(TriggerFiredBundle bndle)
|
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 |
JobStoreSupport.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). |
Methods in org.quartz.simpl with parameters of type TriggerFiredBundle | |
---|---|
Job |
SimpleJobFactory.newJob(TriggerFiredBundle bundle)
|
Job |
PropertySettingJobFactory.newJob(TriggerFiredBundle bundle)
|
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). |
Methods in org.quartz.spi with parameters of type TriggerFiredBundle | |
---|---|
Job |
JobFactory.newJob(TriggerFiredBundle bundle)
Called by the scheduler at the time of the trigger firing, in order to produce a Job instance on which to call execute. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |