Uses of Class
com.swiftmq.swiftlet.scheduler.JobException
Packages that use JobException
-
Uses of JobException in com.swiftmq.swiftlet.scheduler
Methods in com.swiftmq.swiftlet.scheduler with parameters of type JobExceptionModifier and TypeMethodDescriptionvoid
JobFactory.finished
(Job job, JobException exception) Marks a Job instance as finished.void
JobTerminationListener.jobTerminated
(JobException exception) Marks the Job as finished.Methods in com.swiftmq.swiftlet.scheduler that throw JobExceptionModifier and TypeMethodDescriptionvoid
Job.start
(Properties parameters, JobTerminationListener listener) Starts a Job.void
Job.stop()
Stops a Job asynchronously.