org.quartz.spi
Class TriggerFiredBundle
java.lang.Object
org.quartz.spi.TriggerFiredBundle
- All Implemented Interfaces:
- java.io.Serializable
- public class TriggerFiredBundle
- extends java.lang.Object
- implements java.io.Serializable
A simple class (structure) used for returning execution-time data from
the JobStore to the QuartzSchedulerThread
.
- Author:
- James House
- See Also:
QuartzScheduler
,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TriggerFiredBundle
public TriggerFiredBundle(JobDetail job,
Calendar cal,
boolean jobIsRecovering)
getJobDetail
public JobDetail getJobDetail()
getCalendar
public Calendar getCalendar()
isRecovering
public boolean isRecovering()
Copyright James House (c) 2001-2004