Uses of Interface
org.drools.time.Trigger

Packages that use Trigger
org.drools.common   
org.drools.marshalling.impl   
org.drools.time   
org.drools.time.impl   
 

Uses of Trigger in org.drools.common
 

Methods in org.drools.common that return Trigger
 Trigger Scheduler.ActivationTimerJobContext.getTrigger()
           
 

Methods in org.drools.common with parameters of type Trigger
 void Scheduler.ActivationTimerJobContext.setTrigger(Trigger trigger)
           
 

Constructors in org.drools.common with parameters of type Trigger
Scheduler.ActivationTimerJobContext(Trigger trigger, ScheduledAgendaItem scheduledAgendaItem, Agenda agenda)
           
 

Uses of Trigger in org.drools.marshalling.impl
 

Methods in org.drools.marshalling.impl that return Trigger
static Trigger InputMarshaller.readTrigger(MarshallerReaderContext inCtx)
           
static Trigger ProtobufInputMarshaller.readTrigger(MarshallerReaderContext inCtx, ProtobufMessages.Trigger _trigger)
           
 

Methods in org.drools.marshalling.impl with parameters of type Trigger
static void OutputMarshaller.writeTrigger(Trigger trigger, MarshallerWriteContext outCtx)
           
static ProtobufMessages.Trigger ProtobufOutputMarshaller.writeTrigger(Trigger trigger, MarshallerWriteContext outCtx)
           
 

Uses of Trigger in org.drools.time
 

Methods in org.drools.time with parameters of type Trigger
 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
 

Uses of Trigger in org.drools.time.impl
 

Classes in org.drools.time.impl that implement Trigger
 class CompositeMaxDurationTrigger
           
 class CronTrigger
           
 class IntervalTrigger
           
 class PointInTimeTrigger
           
 

Methods in org.drools.time.impl that return Trigger
 Trigger CompositeMaxDurationTimer.createTrigger(Activation item, WorkingMemory wm)
           
 Trigger Timer.createTrigger(Activation schedulableActivation, WorkingMemory workingMemory)
           
 Trigger ExpressionIntervalTimer.createTrigger(Activation item, WorkingMemory wm)
           
 Trigger DurationTimer.createTrigger(Activation item, WorkingMemory wm)
           
 Trigger IntervalTimer.createTrigger(Activation item, WorkingMemory wm)
           
 Trigger CronTimer.createTrigger(Activation item, WorkingMemory wm)
           
 Trigger CompositeMaxDurationTimer.createTrigger(long timestamp, String[] calendarNames, org.drools.runtime.Calendars calendars)
           
 Trigger Timer.createTrigger(long timestamp, String[] calendarNames, org.drools.runtime.Calendars calendars)
           
 Trigger ExpressionIntervalTimer.createTrigger(long timestamp, String[] calendarNames, org.drools.runtime.Calendars calendars)
           
 Trigger DurationTimer.createTrigger(long timestamp, String[] calendarNames, org.drools.runtime.Calendars calendars)
           
 Trigger IntervalTimer.createTrigger(long timestamp, String[] calendarNames, org.drools.runtime.Calendars calendars)
           
 Trigger CronTimer.createTrigger(long timestamp, String[] calendarNames, org.drools.runtime.Calendars calendars)
           
 Trigger DefaultTimerJobInstance.getTrigger()
           
 Trigger TimerJobInstance.getTrigger()
           
 

Methods in org.drools.time.impl with parameters of type Trigger
 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)
           
 JobHandle PseudoClockScheduler.scheduleJob(Job job, JobContext ctx, Trigger trigger)
           
 JobHandle JDKTimerService.scheduleJob(Job job, JobContext ctx, Trigger trigger)
           
static Date CalendarUtils.updateToNextIncludeDate(String[] calendarNames, org.drools.runtime.Calendars calendars, Trigger trigger, Date next)
           
 

Constructors in org.drools.time.impl with parameters of type Trigger
CompositeMaxDurationTrigger(Date maxDurationTimestamp, Trigger timerTrigger, String[] calendarNames, org.drools.runtime.Calendars calendars)
           
DefaultTimerJobInstance(Job job, JobContext ctx, Trigger trigger, JobHandle handle, InternalSchedulerService scheduler)
           
 



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