Uses of Interface
org.drools.time.impl.TimerJobInstance

Packages that use TimerJobInstance
org.drools.marshalling.impl   
org.drools.time   
org.drools.time.impl   
 

Uses of TimerJobInstance in org.drools.marshalling.impl
 

Method parameters in org.drools.marshalling.impl with type arguments of type TimerJobInstance
static void OutputMarshaller.writeTimers(Collection<TimerJobInstance> timers, MarshallerWriteContext outCtx)
           
 

Uses of TimerJobInstance in org.drools.time
 

Methods in org.drools.time that return types with arguments of type TimerJobInstance
 Collection<TimerJobInstance> TimerService.getTimerJobInstances()
          This method may return null for some TimerService implementations that do not want the overhead of maintain this.
 

Methods in org.drools.time with parameters of type TimerJobInstance
 void InternalSchedulerService.internalSchedule(TimerJobInstance timerJobInstance)
           
 

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

Uses of TimerJobInstance in org.drools.time.impl
 

Classes in org.drools.time.impl that implement TimerJobInstance
 class DefaultTimerJobInstance
           
 

Methods in org.drools.time.impl that return TimerJobInstance
 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)
           
 TimerJobInstance TrackableTimeJobFactoryManager.createTimerJobInstance(Job job, JobContext ctx, Trigger trigger, JobHandle handle, InternalSchedulerService scheduler)
           
 TimerJobInstance DefaultJobHandle.getTimerJobInstance()
           
 

Methods in org.drools.time.impl that return types with arguments of type TimerJobInstance
 Collection<TimerJobInstance> DefaultTimerJobFactoryManager.getTimerJobInstances()
           
 Collection<TimerJobInstance> TimerJobFactoryManager.getTimerJobInstances()
           
 Collection<TimerJobInstance> PseudoClockScheduler.getTimerJobInstances()
           
 Collection<TimerJobInstance> JDKTimerService.getTimerJobInstances()
           
 Collection<TimerJobInstance> TrackableTimeJobFactoryManager.getTimerJobInstances()
           
 

Methods in org.drools.time.impl with parameters of type TimerJobInstance
 void DefaultTimerJobFactoryManager.addTimerJobInstance(TimerJobInstance instance)
           
 void TimerJobFactoryManager.addTimerJobInstance(TimerJobInstance instance)
           
 void TrackableTimeJobFactoryManager.addTimerJobInstance(TimerJobInstance instance)
           
 void PseudoClockScheduler.internalSchedule(TimerJobInstance timerJobInstance)
           
 void JDKTimerService.internalSchedule(TimerJobInstance timerJobInstance)
           
 void DefaultTimerJobFactoryManager.removeTimerJobInstance(TimerJobInstance instance)
           
 void TimerJobFactoryManager.removeTimerJobInstance(TimerJobInstance instance)
           
 void TrackableTimeJobFactoryManager.removeTimerJobInstance(TimerJobInstance instance)
           
 void DefaultJobHandle.setTimerJobInstance(TimerJobInstance scheduledJob)
           
 



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