Interface | Description |
---|---|
ISchedule |
Represents a named schedule that can be applied to system actions.
|
IScheduledJob |
Unit of work that should be executed on a schedule.
|
IScheduleManagement |
Management interface for persistent scheduling implementations.
|
IScheduleManager |
Manages a list of schedules that are applied to system actions.
|
JobConstants |
Metadata constants for values used by various job types.
|
JobConstants.BatchCommandInvocation |
Constants used for batch command invocations.
|
JobConstants.CommandInvocation |
Constants used for single command invocation.
|
TriggerConstants |
Metadata constants for values used by various trigger types.
|
TriggerConstants.CronTrigger |
Fields used by a cron trigger.
|
TriggerConstants.SimpleTrigger |
Fields used by a simple trigger.
|
Enum | Description |
---|---|
ScheduledJobState |
Indicates state of a scheduled job.
|
ScheduledJobType |
Types of jobs that may be scheduled.
|
TriggerType |
Enumerates types of triggers the scheduler can process.
|