Uses of Interface
org.drools.time.JobHandle

Packages that use JobHandle
org.drools.common   
org.drools.rule Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements. 
org.drools.time   
org.drools.time.impl   
 

Uses of JobHandle in org.drools.common
 

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

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

Uses of JobHandle in org.drools.rule
 

Fields in org.drools.rule declared as JobHandle
 JobHandle SlidingTimeWindow.BehaviorJobContext.handle
           
 

Methods in org.drools.rule that return JobHandle
 JobHandle SlidingTimeWindow.BehaviorJobContext.getJobHandle()
           
 

Methods in org.drools.rule with parameters of type JobHandle
 void SlidingTimeWindow.BehaviorJobContext.setJobHandle(JobHandle jobHandle)
           
 

Uses of JobHandle in org.drools.time
 

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

Methods in org.drools.time with parameters of type JobHandle
 boolean Scheduler.removeJob(JobHandle jobHandle)
          Remove the job identified by the given job handle from the scheduled queue
 boolean SchedulerService.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
 void SelfRemovalJobContext.setJobHandle(JobHandle jobHandle)
           
 

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 DefaultTimerJobInstance.getJobHandle()
           
 JobHandle TimerJobInstance.getJobHandle()
           
 JobHandle JDKTimerService.scheduleJob(Job job, JobContext ctx, Trigger trigger)
           
 JobHandle PseudoClockScheduler.scheduleJob(Job job, JobContext ctx, Trigger trigger)
           
 

Methods in org.drools.time.impl with parameters of type JobHandle
 TimerJobInstance TrackableTimeJobFactoryManager.createTimerJobInstance(Job job, JobContext ctx, Trigger trigger, JobHandle handle, InternalSchedulerService scheduler)
           
 TimerJobInstance DefaultTimerJobFactoryManager.createTimerJobInstance(Job job, JobContext ctx, Trigger trigger, JobHandle handle, InternalSchedulerService scheduler)
           
 TimerJobInstance TimerJobFactoryManager.createTimerJobInstance(Job job, JobContext ctx, Trigger trigger, JobHandle handle, InternalSchedulerService scheduler)
           
 boolean JDKTimerService.removeJob(JobHandle jobHandle)
           
 boolean PseudoClockScheduler.removeJob(JobHandle jobHandle)
           
 

Constructors in org.drools.time.impl with parameters of type JobHandle
DefaultTimerJobInstance(Job job, JobContext ctx, Trigger trigger, JobHandle handle, InternalSchedulerService scheduler)
           
 

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



Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.