public interface TimerJobFactoryManager
Modifier and Type | Method and Description |
---|---|
void |
addTimerJobInstance(TimerJobInstance instance) |
TimerJobInstance |
createTimerJobInstance(Job job,
JobContext ctx,
Trigger trigger,
JobHandle handle,
InternalSchedulerService scheduler) |
Collection<TimerJobInstance> |
getTimerJobInstances() |
void |
removeTimerJobInstance(TimerJobInstance instance) |
TimerJobInstance createTimerJobInstance(Job job, JobContext ctx, Trigger trigger, JobHandle handle, InternalSchedulerService scheduler)
void addTimerJobInstance(TimerJobInstance instance)
void removeTimerJobInstance(TimerJobInstance instance)
Collection<TimerJobInstance> getTimerJobInstances()
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.