Package com.swiftmq.swiftlet.scheduler
-
Interface Summary Interface Description Job A Job is created from a JobFactory and performs a task.JobFactory A JobFactory is registered at a JobGroup and creates Jobs.JobGroup A JobGroup is the interface between the Scheduler Swiftlet and other Swiftlets.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. -
Class Summary Class Description JobParameter A JobParameter object contains meta data about Job parameters.SchedulerSwiftlet The Scheduler Swiftlet is responsible to schedule Jobs. -
Exception Summary Exception Description 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.JobException A JobException is thrown by a Job or passed from a Job to a JobTerminationListener.