public class InfinispanTimeJobFactoryManager extends Object implements org.drools.core.time.impl.TimerJobFactoryManager
| Constructor and Description |
|---|
InfinispanTimeJobFactoryManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTimerJobInstance(org.drools.core.time.impl.TimerJobInstance instance) |
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.kie.api.runtime.ExecutableRunner |
getCommandService() |
Collection<org.drools.core.time.impl.TimerJobInstance> |
getTimerJobInstances() |
Collection<org.drools.core.time.impl.TimerJobInstance> |
getTimerJobInstances(Integer sessionId) |
void |
removeTimerJobInstance(org.drools.core.time.impl.TimerJobInstance instance) |
void |
setCommandService(org.kie.api.runtime.ExecutableRunner commandService) |
public void setCommandService(org.kie.api.runtime.ExecutableRunner commandService)
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.TimerJobFactoryManagerpublic void addTimerJobInstance(org.drools.core.time.impl.TimerJobInstance instance)
addTimerJobInstance in interface org.drools.core.time.impl.TimerJobFactoryManagerpublic void removeTimerJobInstance(org.drools.core.time.impl.TimerJobInstance instance)
removeTimerJobInstance in interface org.drools.core.time.impl.TimerJobFactoryManagerpublic Collection<org.drools.core.time.impl.TimerJobInstance> getTimerJobInstances()
getTimerJobInstances in interface org.drools.core.time.impl.TimerJobFactoryManagerpublic Collection<org.drools.core.time.impl.TimerJobInstance> getTimerJobInstances(Integer sessionId)
public org.kie.api.runtime.ExecutableRunner getCommandService()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.