Uses of Interface
org.drools.time.JobHandle

Packages that use JobHandle
org.drools.common   
org.drools.time   
org.drools.time.impl   
 

Uses of JobHandle in org.drools.common
 

Methods in org.drools.common that return JobHandle
 JobHandle ScheduledAgendaItem.getJobHandle()
           
 

Methods in org.drools.common with parameters of type JobHandle
 void ScheduledAgendaItem.setJobHandle(JobHandle jobHandle)
           
 

Uses of JobHandle in org.drools.time
 

Methods in org.drools.time that return JobHandle
 JobHandle JobContext.getJobHandle()
           
 JobHandle SchedulerService.scheduleJob(Job job, JobContext ctx, Trigger trigger)
          Schedule a job for later execution
 JobHandle Scheduler.scheduleJob(Job job, JobContext ctx, Trigger trigger)
          Schedule a job for later execution
 

Methods in org.drools.time with parameters of type JobHandle
 boolean SchedulerService.removeJob(JobHandle jobHandle)
          Remove the job identified by the given job handle from the scheduled queue
 boolean Scheduler.removeJob(JobHandle jobHandle)
          Remove the job identified by the given job handle from the scheduled queue
 void JobContext.setJobHandle(JobHandle jobHandle)
          This method should only be called by the scheduler
 

Uses of JobHandle in org.drools.time.impl
 

Classes in org.drools.time.impl that implement JobHandle
 class DefaultJobHandle
          A default implementation for the JobHandle interface
static class JDKTimerService.JDKJobHandle
           
 class MultiJobHandle
          A JobHandle container for scheduling multiple jobs
 

Methods in org.drools.time.impl that return JobHandle
 JobHandle PseudoClockScheduler.ScheduledJob.getHandle()
           
 JobHandle PseudoClockScheduler.scheduleJob(Job job, JobContext ctx, Trigger trigger)
           
 JobHandle JDKTimerService.scheduleJob(Job job, JobContext ctx, Trigger trigger)
           
 

Methods in org.drools.time.impl with parameters of type JobHandle
 boolean PseudoClockScheduler.removeJob(JobHandle jobHandle)
           
 boolean JDKTimerService.removeJob(JobHandle jobHandle)
           
 

Constructor parameters in org.drools.time.impl with type arguments of type JobHandle
MultiJobHandle(List<JobHandle> jobHandles)
           
 



Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.