public interface Scheduler
Modifier and Type | Method and Description |
---|---|
boolean |
removeJob(JobHandle jobHandle)
Remove the job identified by the given job handle from the
scheduled queue
|
JobHandle |
scheduleJob(Job job,
JobContext ctx,
Trigger trigger)
Schedule a job for later execution
|
JobHandle scheduleJob(Job job, JobContext ctx, Trigger trigger)
job
- ctx
- trigger
- boolean removeJob(JobHandle jobHandle)
jobHandle
- the job identity handleCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.