Interface StatelessJob

All Superinterfaces:
Serializable
All Known Implementing Classes:
InternalJob, JobWrapper, TriggerTimerEventJob

public interface StatelessJob extends Serializable
Interface of a scheduled job. A job is classified using a name and a group name. A job has a unique name and group name. It fires the following events :
  • JOB_EXECUTING = "JOB_EXECUTING"
  • JOB_COMPLETED = "JOB_COMPLETED"
Author:
Matthieu Chaffotte