Uses of Interface
org.drools.time.Trigger

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

Uses of Trigger in org.drools.time
 

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

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(long timestamp, String[] calendarNames, org.drools.runtime.Calendars calendars)
           
 Trigger DurationTimer.createTrigger(long timestamp, String[] calendarNames, org.drools.runtime.Calendars calendars)
           
 Trigger CronTimer.createTrigger(long timestamp, String[] calendarNames, org.drools.runtime.Calendars calendars)
           
 Trigger IntervalTimer.createTrigger(long timestamp, String[] calendarNames, org.drools.runtime.Calendars calendars)
           
 Trigger Timer.createTrigger(long timestamp, String[] calendarNames, org.drools.runtime.Calendars calendars)
           
 Trigger PseudoClockScheduler.ScheduledJob.getTrigger()
           
 

Methods in org.drools.time.impl with parameters of type Trigger
protected  Callable<Void> JDKTimerService.createCallableJob(Job job, JobContext ctx, Trigger trigger, JDKTimerService.JDKJobHandle handle, ScheduledThreadPoolExecutor scheduler)
           
 JobHandle JDKTimerService.scheduleJob(Job job, JobContext ctx, Trigger trigger)
           
 JobHandle PseudoClockScheduler.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)
           
JDKTimerService.JDKCallableJob(Job job, JobContext ctx, Trigger trigger, JDKTimerService.JDKJobHandle handle, ScheduledThreadPoolExecutor scheduler)
           
PseudoClockScheduler.ScheduledJob(Job job, JobContext context, Trigger trigger)
           
 



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