Uses of Interface
org.drools.time.JobContext

Packages that use JobContext
org.drools.common   
org.drools.marshalling.impl   
org.drools.reteoo   
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 JobContext in org.drools.common
 

Classes in org.drools.common that implement JobContext
static class Scheduler.ActivationTimerJobContext
           
 

Methods in org.drools.common with parameters of type JobContext
 void Scheduler.ActivationTimerJob.execute(JobContext ctx)
           
 ProtobufMessages.Timers.Timer Scheduler.ActivationTimerOutputMarshaller.serialize(JobContext jobCtx, MarshallerWriteContext outputCtx)
           
 void Scheduler.ActivationTimerOutputMarshaller.write(JobContext jobCtx, MarshallerWriteContext outputCtx)
           
 

Uses of JobContext in org.drools.marshalling.impl
 

Methods in org.drools.marshalling.impl with parameters of type JobContext
 ProtobufMessages.Timers.Timer TimersOutputMarshaller.serialize(JobContext jobCtx, MarshallerWriteContext outputCtx)
           
 void TimersOutputMarshaller.write(JobContext jobCtx, MarshallerWriteContext outputCtx)
           
 

Uses of JobContext in org.drools.reteoo
 

Classes in org.drools.reteoo that implement JobContext
static class ObjectTypeNode.ExpireJobContext
           
 

Methods in org.drools.reteoo with parameters of type JobContext
 void ObjectTypeNode.ExpireJob.execute(JobContext ctx)
           
 ProtobufMessages.Timers.Timer ObjectTypeNode.ExpireJobContextTimerOutputMarshaller.serialize(JobContext jobCtx, MarshallerWriteContext outputCtx)
           
 void ObjectTypeNode.ExpireJobContextTimerOutputMarshaller.write(JobContext jobCtx, MarshallerWriteContext outputCtx)
           
 

Uses of JobContext in org.drools.rule
 

Classes in org.drools.rule that implement JobContext
static class SlidingTimeWindow.BehaviorJobContext
           
 

Methods in org.drools.rule with parameters of type JobContext
 void SlidingTimeWindow.BehaviorJob.execute(JobContext ctx)
           
 ProtobufMessages.Timers.Timer SlidingTimeWindow.BehaviorJobContextTimerOutputMarshaller.serialize(JobContext jobCtx, MarshallerWriteContext outputCtx)
           
 void SlidingTimeWindow.BehaviorJobContextTimerOutputMarshaller.write(JobContext jobCtx, MarshallerWriteContext outputCtx)
           
 

Uses of JobContext in org.drools.time
 

Classes in org.drools.time that implement JobContext
 class SelfRemovalJobContext
           
 

Methods in org.drools.time that return JobContext
 JobContext SelfRemovalJobContext.getJobContext()
           
 

Methods in org.drools.time with parameters of type JobContext
 void SelfRemovalJob.execute(JobContext ctx)
           
 void Job.execute(JobContext ctx)
           
 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
 

Constructors in org.drools.time with parameters of type JobContext
SelfRemovalJobContext(JobContext jobContext, Map<Long,TimerJobInstance> timerInstances)
           
 

Uses of JobContext in org.drools.time.impl
 

Methods in org.drools.time.impl that return JobContext
 JobContext TimerJobInstance.getJobContext()
           
 JobContext DefaultTimerJobInstance.getJobContext()
           
 

Methods in org.drools.time.impl with parameters of type JobContext
 TimerJobInstance TimerJobFactoryManager.createTimerJobInstance(Job job, JobContext ctx, Trigger trigger, JobHandle handle, InternalSchedulerService scheduler)
           
 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)
           
 JobHandle PseudoClockScheduler.scheduleJob(Job job, JobContext ctx, Trigger trigger)
           
 JobHandle JDKTimerService.scheduleJob(Job job, JobContext ctx, Trigger trigger)
           
 

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



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