Package org.quartz.jobs


package org.quartz.jobs
  • Class
    Description
    The interface to be implemented by Jobs that provide a mechanism for having their execution interrupted.
    The interface to be implemented by classes which represent a 'job' to be performed.
    Holds state information for Job instances.
    Conveys the detail properties of a given Job instance.
    Conveys the detail properties of a given Job instance.
    A JobFactory is responsible for producing instances of Job classes.
    An implementation of Job, that does absolutely nothing - useful for system which only wish to use TriggerListeners and JobListeners, rather than writing Jobs that perform work.
    The default JobFactory used by Quartz - simply calls newInstance() on the job class.