org.torweg.pulse.component.statistics.aggregator.task
Interface IPreRunAndOrPostRunTask
- All Known Implementing Classes:
- SampleTask, UpdateStatisticsDatabaseTask
public interface IPreRunAndOrPostRunTask
Represents a task which is to be executed before anything is being done or
after everything has been done by the DataAggregationJoblet.
- Version:
- $Revision: 1544 $
- Author:
- Daniel Dietz
execute
void execute(TaskExecutionMode mode, DataAggregationJobletConfiguration config, Bundle bundle)
- The main method of the
IPreRunAndOrPostRunTask which is
being called before anything is being done or after everything has been
done by the DataAggregationJoblet.
- Parameters:
mode - the current TaskExecutionModeconfig - the DataAggregationJobletConfigurationbundle - the current Bundle, e.g. for retrieving a
Configuration