Interface Job

All Known Subinterfaces:
InterruptableJob
All Known Implementing Classes:
Job, NoOpJob

public interface Job
The interface to be implemented by classes which represent a 'job' to be performed.

Instances of Job must have a public no-argument constructor.

JobDataMap provides a mechanism for 'instance member data' that may be required by some implementations of this interface.

Author:
James House
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called by the Scheduler when a Trigger fires that is associated with the Job.