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 voidJobFactory. finished(Job job, JobException exception)Marks a Job instance as finished.voidJobTerminationListener. jobTerminated(JobException exception)Marks the Job as finished.Methods in com.swiftmq.swiftlet.scheduler that throw JobException Modifier and Type Method Description voidJob. start(java.util.Properties parameters, JobTerminationListener listener)Starts a Job.voidJob. stop()Stops a Job asynchronously.
-