InvalidScheduleException |
An InvalidScheduleException is thrown by SchedulerSwiftlet if a temporary schedule
is invalid.
|
InvalidValueException |
An InvalidValueException is thrown by a JobParameterVerifier if a parameter value
is invalid.
|
Job |
A Job is created from a JobFactory and performs a task.
|
JobException |
A JobException is thrown by a Job or passed from a Job to a JobTerminationListener.
|
JobFactory |
A JobFactory is registered at a JobGroup and creates Jobs.
|
JobGroup |
A JobGroup is the interface between the Scheduler Swiftlet and other Swiftlets.
|
JobParameter |
A JobParameter object contains meta data about Job parameters.
|
JobParameterVerifier |
A JobParameterVerifier can be specified at a JobParameter.
|
JobTerminationListener |
A JobTerminationListener is passed to the start method of a Job and has to be
called when the Job has finished his work.
|