Uses of Interface
com.swiftmq.swiftlet.scheduler.Job
-
Packages that use Job Package Description com.swiftmq.swiftlet.scheduler -
-
Uses of Job in com.swiftmq.swiftlet.scheduler
Methods in com.swiftmq.swiftlet.scheduler that return Job Modifier and Type Method Description Job
JobFactory. getJobInstance()
Returns a Job instance.Methods in com.swiftmq.swiftlet.scheduler with parameters of type Job Modifier and Type Method Description void
JobFactory. finished(Job job, JobException exception)
Marks a Job instance as finished.
-