Package | Description |
---|---|
org.drools.core.marshalling.impl | |
org.drools.core.phreak | |
org.drools.core.time | |
org.drools.core.time.impl |
Modifier and Type | Method and Description |
---|---|
static Trigger |
InputMarshaller.readTrigger(MarshallerReaderContext inCtx) |
static Trigger |
ProtobufInputMarshaller.readTrigger(MarshallerReaderContext inCtx,
ProtobufMessages.Trigger _trigger) |
Modifier and Type | Method and Description |
---|---|
static ProtobufMessages.Trigger |
ProtobufOutputMarshaller.writeTrigger(Trigger trigger,
MarshallerWriteContext outCtx) |
Modifier and Type | Method and Description |
---|---|
Trigger |
PhreakTimerNode.Scheduler.getTrigger() |
Trigger |
PhreakTimerNode.TimerNodeJobContext.getTrigger() |
Modifier and Type | Method and Description |
---|---|
void |
PhreakTimerNode.Scheduler.schedule(Trigger t) |
Constructor and Description |
---|
TimerNodeJobContext(int timerNodeId,
Trigger trigger,
Tuple tuple,
TimerNode.TimerNodeMemory tm,
LeftTupleSink sink,
List<PathMemory> pmems,
InternalWorkingMemory wm) |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeMaxDurationTrigger |
class |
CronTrigger |
class |
IntervalTrigger |
class |
PointInTimeTrigger |
Modifier and Type | Method and Description |
---|---|
Trigger |
DurationTimer.createTrigger(Activation item,
InternalWorkingMemory wm) |
Trigger |
CompositeMaxDurationTimer.createTrigger(Activation item,
InternalWorkingMemory wm) |
Trigger |
ExpressionIntervalTimer.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 |
DurationTimer.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 |
CronTimer.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 |
ExpressionIntervalTimer.createTrigger(long timestamp,
Tuple leftTuple,
DefaultJobHandle jh,
String[] calendarNames,
org.kie.api.runtime.Calendars calendars,
Declaration[][] declrs,
InternalWorkingMemory wm) |
Trigger |
Timer.createTrigger(long timestamp,
Tuple leftTuple,
DefaultJobHandle jh,
String[] calendarNames,
org.kie.api.runtime.Calendars calendars,
Declaration[][] declrs,
InternalWorkingMemory wm) |
Trigger |
DurationTimer.createTrigger(long timestamp,
Tuple leftTuple,
DefaultJobHandle jh,
String[] calendarNames,
org.kie.api.runtime.Calendars calendars,
Declaration[][] declrs,
InternalWorkingMemory wm) |
Trigger |
CompositeMaxDurationTimer.createTrigger(long timestamp,
Tuple leftTuple,
DefaultJobHandle jh,
String[] calendarNames,
org.kie.api.runtime.Calendars calendars,
Declaration[][] declrs,
InternalWorkingMemory wm) |
Trigger |
CronTimer.createTrigger(long timestamp,
Tuple leftTuple,
DefaultJobHandle jh,
String[] calendarNames,
org.kie.api.runtime.Calendars calendars,
Declaration[][] declrs,
InternalWorkingMemory wm) |
Trigger |
IntervalTimer.createTrigger(long timestamp,
Tuple leftTuple,
DefaultJobHandle jh,
String[] calendarNames,
org.kie.api.runtime.Calendars calendars,
Declaration[][] declrs,
InternalWorkingMemory wm) |
Trigger |
CompositeMaxDurationTrigger.getTimerTrigger() |
Trigger |
DefaultTimerJobInstance.getTrigger() |
Trigger |
TimerJobInstance.getTrigger() |
Modifier and Type | Method and Description |
---|---|
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 |
JDKTimerService.scheduleJob(Job job,
JobContext ctx,
Trigger trigger) |
JobHandle |
PseudoClockScheduler.scheduleJob(Job job,
JobContext ctx,
Trigger trigger) |
void |
CompositeMaxDurationTrigger.setTimerTrigger(Trigger timerTrigger) |
Constructor and Description |
---|
CompositeMaxDurationTrigger(Date maxDurationTimestamp,
Trigger timerTrigger) |
DefaultTimerJobInstance(Job job,
JobContext ctx,
Trigger trigger,
JobHandle handle,
InternalSchedulerService scheduler) |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.