Package org.drools.core.time
Interface Scheduler
public interface Scheduler
-
Method Summary
Modifier and TypeMethodDescriptionbooleanRemove the job identified by the given job handle from the scheduled queuescheduleJob(Job job, JobContext ctx, Trigger trigger) Schedule a job for later execution
-
Method Details
-
scheduleJob
Schedule a job for later execution- Parameters:
job-ctx-trigger-- Returns:
-
removeJob
Remove the job identified by the given job handle from the scheduled queue- Parameters:
jobHandle- the job identity handle- Returns:
-