Package com.swiftmq.swiftlet.scheduler


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