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 | Method and Description |
---|---|
JobHandle |
Scheduler.ActivationTimerJobContext.getJobHandle() |
JobHandle |
ScheduledAgendaItem.getJobHandle() |
Modifier and Type | Method and Description |
---|---|
void |
EventFactHandle.addJob(JobHandle job) |
void |
EventFactHandle.removeJob(JobHandle job) |
void |
Scheduler.ActivationTimerJobContext.setJobHandle(JobHandle jobHandle) |
void |
ScheduledAgendaItem.setJobHandle(JobHandle jobHandle) |
Modifier and Type | Method and Description |
---|---|
JobHandle |
PhreakTimerNode.TimerNodeJobContext.getJobHandle() |
Modifier and Type | Method and Description |
---|---|
void |
PhreakTimerNode.TimerNodeJobContext.setJobHandle(JobHandle jobHandle) |
Modifier and Type | Field and Description |
---|---|
JobHandle |
ObjectTypeNode.ExpireJobContext.handle |
Modifier and Type | Method and Description |
---|---|
JobHandle |
ObjectTypeNode.ExpireJobContext.getHandle() |
JobHandle |
ObjectTypeNode.ExpireJobContext.getJobHandle() |
Modifier and Type | Method and Description |
---|---|
void |
ObjectTypeNode.ExpireJobContext.setHandle(JobHandle handle) |
void |
ObjectTypeNode.ExpireJobContext.setJobHandle(JobHandle jobHandle) |
Modifier and Type | Field and Description |
---|---|
JobHandle |
SlidingTimeWindow.BehaviorJobContext.handle |
Modifier and Type | Method and Description |
---|---|
JobHandle |
SlidingTimeWindow.BehaviorJobContext.getJobHandle() |
Modifier and Type | Method and Description |
---|---|
void |
SlidingTimeWindow.BehaviorJobContext.setJobHandle(JobHandle jobHandle) |
Modifier and Type | Method and Description |
---|---|
JobHandle |
JobContext.getJobHandle() |
JobHandle |
SelfRemovalJobContext.getJobHandle() |
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
|
Modifier and Type | Method and Description |
---|---|
boolean |
Scheduler.removeJob(JobHandle jobHandle)
Remove the job identified by the given job handle from the
scheduled queue
|
boolean |
SchedulerService.removeJob(JobHandle jobHandle)
Remove the job identified by the given job handle from the
scheduled queue
|
void |
JobContext.setJobHandle(JobHandle jobHandle)
This method should only be called by the scheduler
|
void |
SelfRemovalJobContext.setJobHandle(JobHandle jobHandle) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJobHandle |
class |
DefaultJobHandle
A default implementation for the JobHandle interface
|
static class |
JDKTimerService.JDKJobHandle |
class |
MultiJobHandle
A JobHandle container for scheduling multiple jobs
|
Modifier and Type | Method and Description |
---|---|
JobHandle |
TimerJobInstance.getJobHandle() |
JobHandle |
DefaultTimerJobInstance.getJobHandle() |
JobHandle |
AbstractJobHandle.getNext() |
JobHandle |
AbstractJobHandle.getPrevious() |
JobHandle |
PseudoClockScheduler.scheduleJob(Job job,
JobContext ctx,
Trigger trigger) |
JobHandle |
JDKTimerService.scheduleJob(Job job,
JobContext ctx,
Trigger trigger) |
Modifier and Type | Method and Description |
---|---|
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) |
boolean |
PseudoClockScheduler.removeJob(JobHandle jobHandle) |
boolean |
JDKTimerService.removeJob(JobHandle jobHandle) |
void |
AbstractJobHandle.setNext(JobHandle next) |
void |
AbstractJobHandle.setPrevious(JobHandle previous) |
Constructor and Description |
---|
DefaultTimerJobInstance(Job job,
JobContext ctx,
Trigger trigger,
JobHandle handle,
InternalSchedulerService scheduler) |
Constructor and Description |
---|
MultiJobHandle(long id,
List<JobHandle> jobHandles) |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.