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) |
createJobContextaddTimerJobInstance, getTimerJobInstances, removeTimerJobInstancepublic void setCommandService(org.drools.core.command.CommandService commandService)
setCommandService in interface org.drools.core.time.impl.CommandServiceTimerJobFactoryManagerpublic org.drools.core.command.CommandService getCommandService()
getCommandService in interface org.drools.core.time.impl.CommandServiceTimerJobFactoryManagerpublic 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.TimerJobFactoryManagercreateTimerJobInstance in class org.drools.core.time.impl.TrackableTimeJobFactoryManagerCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.