| 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 |
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
|
| Constructor and Description |
|---|
SelfRemovalJob(Job job) |
| Modifier and Type | Method and Description |
|---|---|
Job |
TimerJobInstance.getJob() |
Job |
DefaultTimerJobInstance.getJob() |
protected Job |
DefaultJobHandle.getJob() |
| Modifier and Type | Method and Description |
|---|---|
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 |
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–2016 JBoss by Red Hat. All rights reserved.