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 TimerJobFactoryManager
public void addTimerJobInstance(TimerJobInstance instance)
addTimerJobInstance
in interface TimerJobFactoryManager
public void removeTimerJobInstance(TimerJobInstance instance)
removeTimerJobInstance
in interface TimerJobFactoryManager
public Collection<TimerJobInstance> getTimerJobInstances()
getTimerJobInstances
in interface TimerJobFactoryManager
public void setCommandService(CommandService commandService)
setCommandService
in interface TimerJobFactoryManager
public CommandService getCommandService()
getCommandService
in interface TimerJobFactoryManager
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.