Interface
|
Description
|
Scheduler
|
A
Scheduler maintains a registry of JobDetails and Triggers. Once registered,
the Scheduler is responsible for executing Job s when their associated
Trigger s fire
|
Job
|
This interface
is implemented by classes which represent a 'job' to be performed.
|
JobDetail
|
Specifies
the detail properties of a given Job instance.
|
Trigger
|
It
defines a schedule upon which a job is executed.
|
Prevoius Next Home
No comments:
Post a Comment