|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
JobDetail
,
StatefulJob
,
Trigger
,
Scheduler
Method Summary | |
void |
execute(JobExecutionContext context)
Called by the when a
fires that is associated with the
Job . |
Method Detail |
public void execute(JobExecutionContext context) throws JobExecutionException
Called by the
when a
Scheduler
fires that is associated with the
Trigger
Job
.
JobExecutionException
- if there is an exception while executing
the job.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |