net.sourceforge.basher.internal.impl
Class TaskInvokerImpl

java.lang.Object
  extended by net.sourceforge.basher.internal.impl.TaskInvokerImpl
All Implemented Interfaces:
TaskInvoker

public class TaskInvokerImpl
extends Object
implements TaskInvoker

Version:
1.0
Author:
Johan Lindquist

Constructor Summary
TaskInvokerImpl()
           
 
Method Summary
 void invokeTask(TaskExecutionContext taskExecutionContext)
           
 void invokeTask(TaskExecutionContext taskExecutionContext, boolean invokeFollowers)
           
 void setCollector(Collector collector)
           
 void setLog(org.apache.commons.logging.Log log)
           
 void setRandomizer(Randomizer randomizer)
           
 void setTaskManager(TaskManager taskManager)
           
 void setTimeSource(TimeSource timeSource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskInvokerImpl

public TaskInvokerImpl()
Method Detail

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.