Drools :: Core 6.0.0.Beta5

Uses of Interface
org.drools.core.time.Trigger

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

Uses of Trigger in org.drools.core.common
 

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

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

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

Uses of Trigger in org.drools.core.marshalling.impl
 

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

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

Uses of Trigger in org.drools.core.phreak
 

Methods in org.drools.core.phreak that return Trigger
 Trigger PhreakTimerNode.Scheduler.getTrigger()
           
 Trigger PhreakTimerNode.TimerNodeJobContext.getTrigger()
           
 

Methods in org.drools.core.phreak with parameters of type Trigger
 void PhreakTimerNode.Scheduler.schedule(Trigger t)
           
 

Constructors in org.drools.core.phreak with parameters of type Trigger
PhreakTimerNode.TimerNodeJobContext(int timerNodeId, Trigger trigger, LeftTuple leftTuple, TimerNode.TimerNodeMemory tm, LeftTupleSink sink, PathMemory pmem, InternalWorkingMemory wm)
           
 

Uses of Trigger in org.drools.core.time
 

Methods in org.drools.core.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.core.time.impl
 

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

Methods in org.drools.core.time.impl that return Trigger
 Trigger ExpressionIntervalTimer.createTrigger(Activation item, InternalWorkingMemory wm)
           
 Trigger IntervalTimer.createTrigger(Activation item, InternalWorkingMemory wm)
           
 Trigger Timer.createTrigger(Activation schedulableActivation, InternalWorkingMemory workingMemory)
           
 Trigger CompositeMaxDurationTimer.createTrigger(Activation item, InternalWorkingMemory wm)
           
 Trigger DurationTimer.createTrigger(Activation item, InternalWorkingMemory wm)
           
 Trigger CronTimer.createTrigger(Activation item, InternalWorkingMemory wm)
           
 Trigger ExpressionIntervalTimer.createTrigger(long timestamp, LeftTuple leftTuple, DefaultJobHandle jh, String[] calendarNames, org.kie.api.runtime.Calendars calendars, Declaration[][] declrs, InternalWorkingMemory wm)
           
 Trigger IntervalTimer.createTrigger(long timestamp, LeftTuple leftTuple, DefaultJobHandle jh, String[] calendarNames, org.kie.api.runtime.Calendars calendars, Declaration[][] declrs, InternalWorkingMemory wm)
           
 Trigger Timer.createTrigger(long timestamp, LeftTuple leftTuple, DefaultJobHandle jh, String[] calendarNames, org.kie.api.runtime.Calendars calendars, Declaration[][] declrs, InternalWorkingMemory wm)
           
 Trigger CompositeMaxDurationTimer.createTrigger(long timestamp, LeftTuple leftTuple, DefaultJobHandle jh, String[] calendarNames, org.kie.api.runtime.Calendars calendars, Declaration[][] declrs, InternalWorkingMemory wm)
           
 Trigger DurationTimer.createTrigger(long timestamp, LeftTuple leftTuple, DefaultJobHandle jh, String[] calendarNames, org.kie.api.runtime.Calendars calendars, Declaration[][] declrs, InternalWorkingMemory wm)
           
 Trigger CronTimer.createTrigger(long timestamp, LeftTuple leftTuple, DefaultJobHandle jh, String[] calendarNames, org.kie.api.runtime.Calendars calendars, Declaration[][] declrs, InternalWorkingMemory wm)
           
 Trigger ExpressionIntervalTimer.createTrigger(long timestamp, String[] calendarNames, org.kie.api.runtime.Calendars calendars)
           
 Trigger IntervalTimer.createTrigger(long timestamp, String[] calendarNames, org.kie.api.runtime.Calendars calendars)
           
 Trigger Timer.createTrigger(long timestamp, String[] calendarNames, org.kie.api.runtime.Calendars calendars)
           
 Trigger CompositeMaxDurationTimer.createTrigger(long timestamp, String[] calendarNames, org.kie.api.runtime.Calendars calendars)
           
 Trigger DurationTimer.createTrigger(long timestamp, String[] calendarNames, org.kie.api.runtime.Calendars calendars)
           
 Trigger CronTimer.createTrigger(long timestamp, String[] calendarNames, org.kie.api.runtime.Calendars calendars)
           
 Trigger TimerJobInstance.getTrigger()
           
 Trigger DefaultTimerJobInstance.getTrigger()
           
 

Methods in org.drools.core.time.impl with parameters of type Trigger
 TimerJobInstance DefaultTimerJobFactoryManager.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 TimerJobFactoryManager.createTimerJobInstance(Job job, JobContext ctx, Trigger trigger, JobHandle handle, InternalSchedulerService 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.kie.api.runtime.Calendars calendars, Trigger trigger, Date next)
           
 

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


Drools :: Core 6.0.0.Beta5

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