org.drools.time.impl
Interface TimerJobFactoryManager
- All Known Implementing Classes:
- DefaultTimerJobFactoryManager, TrackableTimeJobFactoryManager
public interface TimerJobFactoryManager
createTimerJobInstance
TimerJobInstance createTimerJobInstance(Job job,
JobContext ctx,
Trigger trigger,
JobHandle handle,
InternalSchedulerService scheduler)
addTimerJobInstance
void addTimerJobInstance(TimerJobInstance instance)
removeTimerJobInstance
void removeTimerJobInstance(TimerJobInstance instance)
getTimerJobInstances
Collection<TimerJobInstance> getTimerJobInstances()
setCommandService
void setCommandService(CommandService commandService)
getCommandService
CommandService getCommandService()
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.