public class TrackableTimeJobFactoryManager extends Object implements TimerJobFactoryManager
| Constructor and Description |
|---|
TrackableTimeJobFactoryManager() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public TimerJobInstance createTimerJobInstance(Job job, JobContext ctx, Trigger trigger, JobHandle handle, InternalSchedulerService scheduler)
createTimerJobInstance in interface TimerJobFactoryManagerpublic void addTimerJobInstance(TimerJobInstance instance)
addTimerJobInstance in interface TimerJobFactoryManagerpublic void removeTimerJobInstance(TimerJobInstance instance)
removeTimerJobInstance in interface TimerJobFactoryManagerpublic Collection<TimerJobInstance> getTimerJobInstances()
getTimerJobInstances in interface TimerJobFactoryManagerpublic void setCommandService(CommandService commandService)
setCommandService in interface TimerJobFactoryManagerpublic CommandService getCommandService()
getCommandService in interface TimerJobFactoryManagerCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.