Package | Description |
---|---|
org.drools.core.common | |
org.drools.core.phreak | |
org.drools.core.reteoo | |
org.drools.core.rule |
Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.
|
org.drools.core.time | |
org.drools.core.time.impl |
Modifier and Type | Class and Description |
---|---|
static class |
Scheduler.ActivationTimerJob<T extends ModedAssertion<T>> |
Modifier and Type | Class and Description |
---|---|
static class |
PhreakTimerNode.TimerNodeJob |
Modifier and Type | Class and Description |
---|---|
static class |
ObjectTypeNode.ExpireJob |
Modifier and Type | Class and Description |
---|---|
static class |
SlidingTimeWindow.BehaviorJob |
Modifier and Type | Class and Description |
---|---|
class |
SelfRemovalJob |
Modifier and Type | Method and Description |
---|---|
Job |
SelfRemovalJob.getJob() |
Modifier and Type | Method and Description |
---|---|
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
|
Constructor and Description |
---|
SelfRemovalJob(Job job) |
Modifier and Type | Method and Description |
---|---|
Job |
TimerJobInstance.getJob() |
protected Job |
DefaultJobHandle.getJob() |
Job |
DefaultTimerJobInstance.getJob() |
Modifier and Type | Method and Description |
---|---|
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) |
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) |
Constructor and Description |
---|
DefaultTimerJobInstance(Job job,
JobContext ctx,
Trigger trigger,
JobHandle handle,
InternalSchedulerService scheduler) |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.