Package org.quartz.jobs
package org.quartz.jobs
- 
ClassDescriptionThe interface to be implemented by
that provide a mechanism for having their execution interrupted.JobsThe interface to be implemented by classes which represent a 'job' to be performed.Holds state information forJobinstances.Conveys the detail properties of a givenJobinstance.Conveys the detail properties of a givenJobinstance.A JobFactory is responsible for producing instances ofJobclasses.An implementation of Job, that does absolutely nothing - useful for system which only wish to useandTriggerListeners, rather than writing Jobs that perform work.JobListenersThe default JobFactory used by Quartz - simply callsnewInstance()on the job class.