Package | Description |
---|---|
org.drools.core.common | |
org.drools.core.marshalling.impl | |
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.ActivationTimerJobContext |
Modifier and Type | Method and Description |
---|---|
void |
Scheduler.ActivationTimerJob.execute(JobContext ctx) |
ProtobufMessages.Timers.Timer |
Scheduler.ActivationTimerOutputMarshaller.serialize(JobContext jobCtx,
MarshallerWriteContext outputCtx) |
Modifier and Type | Method and Description |
---|---|
ProtobufMessages.Timers.Timer |
TimersOutputMarshaller.serialize(JobContext jobCtx,
MarshallerWriteContext outputCtx) |
Modifier and Type | Class and Description |
---|---|
static class |
PhreakTimerNode.TimerNodeJobContext |
Modifier and Type | Method and Description |
---|---|
void |
PhreakTimerNode.TimerNodeJob.execute(JobContext ctx) |
ProtobufMessages.Timers.Timer |
PhreakTimerNode.TimerNodeTimerOutputMarshaller.serialize(JobContext jobCtx,
MarshallerWriteContext outputCtx) |
Modifier and Type | Class and Description |
---|---|
static class |
ObjectTypeNode.ExpireJobContext |
Modifier and Type | Method and Description |
---|---|
void |
ObjectTypeNode.ExpireJob.execute(JobContext ctx) |
ProtobufMessages.Timers.Timer |
ObjectTypeNode.ExpireJobContextTimerOutputMarshaller.serialize(JobContext jobCtx,
MarshallerWriteContext outputCtx) |
void |
ObjectTypeNode.ExpireJobContextTimerOutputMarshaller.write(JobContext jobCtx,
MarshallerWriteContext outputCtx) |
Modifier and Type | Class and Description |
---|---|
static class |
SlidingTimeWindow.BehaviorJobContext |
Modifier and Type | Method and Description |
---|---|
void |
SlidingTimeWindow.BehaviorJob.execute(JobContext ctx) |
ProtobufMessages.Timers.Timer |
SlidingTimeWindow.BehaviorJobContextTimerOutputMarshaller.serialize(JobContext jobCtx,
MarshallerWriteContext outputCtx) |
void |
SlidingTimeWindow.BehaviorJobContextTimerOutputMarshaller.write(JobContext jobCtx,
MarshallerWriteContext outputCtx) |
Modifier and Type | Class and Description |
---|---|
class |
EnqueuedSelfRemovalJobContext |
class |
SelfRemovalJobContext |
Modifier and Type | Field and Description |
---|---|
protected JobContext |
SelfRemovalJobContext.jobContext |
Modifier and Type | Method and Description |
---|---|
JobContext |
SelfRemovalJobContext.getJobContext() |
Modifier and Type | Method and Description |
---|---|
void |
Job.execute(JobContext ctx) |
void |
SelfRemovalJob.execute(JobContext ctx) |
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 |
---|
EnqueuedSelfRemovalJobContext(JobContext jobContext,
Map<Long,TimerJobInstance> timerInstances) |
SelfRemovalJobContext(JobContext jobContext,
Map<Long,TimerJobInstance> timerInstances) |
Modifier and Type | Method and Description |
---|---|
JobContext |
DefaultTimerJobInstance.getJobContext() |
JobContext |
TimerJobInstance.getJobContext() |
Modifier and Type | Method and Description |
---|---|
protected SelfRemovalJobContext |
TrackableTimeJobFactoryManager.createJobContext(JobContext ctx) |
protected SelfRemovalJobContext |
ThreadSafeTrackableTimeJobFactoryManager.createJobContext(JobContext ctx) |
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) |
Constructor and Description |
---|
DefaultTimerJobInstance(Job job,
JobContext ctx,
Trigger trigger,
JobHandle handle,
InternalSchedulerService scheduler) |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.