net.sourceforge.basher.internal.impl
Class TaskInvokerImpl
java.lang.Object
net.sourceforge.basher.internal.impl.TaskInvokerImpl
- All Implemented Interfaces:
- TaskInvoker
public class TaskInvokerImpl
- extends Object
- implements TaskInvoker
- Version:
- 1.0
- Author:
- Johan Lindquist
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaskInvokerImpl
public TaskInvokerImpl()
setTimeSource
public void setTimeSource(TimeSource timeSource)
setLog
public void setLog(org.apache.commons.logging.Log log)
setRandomizer
public void setRandomizer(Randomizer randomizer)
setCollector
public void setCollector(Collector collector)
setTaskManager
public void setTaskManager(TaskManager taskManager)
invokeTask
public void invokeTask(TaskExecutionContext taskExecutionContext)
- Specified by:
invokeTask
in interface TaskInvoker
invokeTask
public void invokeTask(TaskExecutionContext taskExecutionContext,
boolean invokeFollowers)
- Specified by:
invokeTask
in interface TaskInvoker
Copyright © 2006-2010 Basher Team. All Rights Reserved.