Uses of Class
com.swiftmq.swiftlet.scheduler.JobException
-
Packages that use JobException Package Description com.swiftmq.swiftlet.scheduler -
-
Uses of JobException in com.swiftmq.swiftlet.scheduler
Methods in com.swiftmq.swiftlet.scheduler with parameters of type JobException Modifier and Type Method Description void
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 JobException Modifier and Type Method Description void
Job. start(java.util.Properties parameters, JobTerminationListener listener)
Starts a Job.void
Job. stop()
Stops a Job asynchronously.
-