public class JpaTimeJobFactoryManager
extends org.drools.core.time.impl.ThreadSafeTrackableTimeJobFactoryManager
implements org.drools.core.time.impl.CommandServiceTimerJobFactoryManager
Constructor and Description |
---|
JpaTimeJobFactoryManager() |
Modifier and Type | Method and Description |
---|---|
org.drools.core.time.impl.TimerJobInstance |
createTimerJobInstance(org.drools.core.time.Job job,
org.drools.core.time.JobContext ctx,
org.drools.core.time.Trigger trigger,
org.drools.core.time.JobHandle handle,
org.drools.core.time.InternalSchedulerService scheduler) |
org.drools.core.command.CommandService |
getCommandService() |
void |
setCommandService(org.drools.core.command.CommandService commandService) |
createJobContext
addTimerJobInstance, getTimerJobInstances, removeTimerJobInstance
public void setCommandService(org.drools.core.command.CommandService commandService)
setCommandService
in interface org.drools.core.time.impl.CommandServiceTimerJobFactoryManager
public org.drools.core.command.CommandService getCommandService()
getCommandService
in interface org.drools.core.time.impl.CommandServiceTimerJobFactoryManager
public org.drools.core.time.impl.TimerJobInstance createTimerJobInstance(org.drools.core.time.Job job, org.drools.core.time.JobContext ctx, org.drools.core.time.Trigger trigger, org.drools.core.time.JobHandle handle, org.drools.core.time.InternalSchedulerService scheduler)
createTimerJobInstance
in interface org.drools.core.time.impl.TimerJobFactoryManager
createTimerJobInstance
in class org.drools.core.time.impl.TrackableTimeJobFactoryManager
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.