Package org.quartz.jobs
package org.quartz.jobs
-
ClassDescriptionThe interface to be implemented by
that provide a mechanism for having their execution interrupted.Job
sThe interface to be implemented by classes which represent a 'job' to be performed.Holds state information forJob
instances.Conveys the detail properties of a givenJob
instance.Conveys the detail properties of a givenJob
instance.A JobFactory is responsible for producing instances ofJob
classes.An implementation of Job, that does absolutely nothing - useful for system which only wish to use
andTriggerListener
sJobListener
sThe default JobFactory used by Quartz - simply callsnewInstance()
on the job class.