org.drools.time.impl
Class TrackableTimeJobFactoryManager
java.lang.Object
org.drools.time.impl.TrackableTimeJobFactoryManager
- All Implemented Interfaces:
- TimerJobFactoryManager
public class TrackableTimeJobFactoryManager
- extends Object
- implements TimerJobFactoryManager
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TrackableTimeJobFactoryManager
public TrackableTimeJobFactoryManager()
createTimerJobInstance
public TimerJobInstance createTimerJobInstance(Job job,
JobContext ctx,
Trigger trigger,
JobHandle handle,
InternalSchedulerService scheduler)
- Specified by:
createTimerJobInstance
in interface TimerJobFactoryManager
addTimerJobInstance
public void addTimerJobInstance(TimerJobInstance instance)
- Specified by:
addTimerJobInstance
in interface TimerJobFactoryManager
removeTimerJobInstance
public void removeTimerJobInstance(TimerJobInstance instance)
- Specified by:
removeTimerJobInstance
in interface TimerJobFactoryManager
getTimerJobInstances
public Collection<TimerJobInstance> getTimerJobInstances()
- Specified by:
getTimerJobInstances
in interface TimerJobFactoryManager
setCommandService
public void setCommandService(CommandService commandService)
- Specified by:
setCommandService
in interface TimerJobFactoryManager
getCommandService
public CommandService getCommandService()
- Specified by:
getCommandService
in interface TimerJobFactoryManager
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.