| Interface | Description |
|---|---|
| IJob |
An interface to be implemented from for a job to be scheduled by
the Jobs Scheduler.
|
| IJobCron |
class representing one Job cron information
|
| IJobsScheduler |
An interface that represents the job scheduler component.
|
| Class | Description |
|---|---|
| JobPlugin |
This class represents a job plugin registered with the
JobScheduler.
|
| JobsResources |
A class represents a resource bundle for the
Jobs package
|
| Exception | Description |
|---|---|
| EJobsException |
A class represents a jobs exception.
|