net.sourceforge.basher
Interface Task

All Known Implementing Classes:
AbstractTask, DecoratedTask

public interface Task

Defines a task that is to run within the Basher framework.
Implementations of this interface are encouraged to maintain the tasks small and to the point. Overall, a collection of small tasks should emulate a complete system more accurately.

Version:
1.0
Author:
Johan Lindquist

Method Summary
 void executeTask()
          Main method called by a component to execute this Task.
 

Method Detail

executeTask

void executeTask()
                 throws Throwable
Main method called by a component to execute this Task. This should ensure that counters of failures/successes are kept up to date.

Throws:
Throwable - The re-thrown exception thrown by the task


Copyright © 2006-2010 Basher Team. All Rights Reserved.