org.drools.time.impl
Interface TimerJobFactoryManager

All Known Implementing Classes:
DefaultTimerJobFactoryManager, TrackableTimeJobFactoryManager

public interface TimerJobFactoryManager


Method Summary
 void addTimerJobInstance(TimerJobInstance instance)
           
 TimerJobInstance createTimerJobInstance(Job job, JobContext ctx, Trigger trigger, JobHandle handle, InternalSchedulerService scheduler)
           
 CommandService getCommandService()
           
 Collection<TimerJobInstance> getTimerJobInstances()
           
 void removeTimerJobInstance(TimerJobInstance instance)
           
 void setCommandService(CommandService commandService)
           
 

Method Detail

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.