org.torweg.pulse.component.statistics.aggregator.task
Class UpdateStatisticsDatabaseTask
java.lang.Object
org.torweg.pulse.component.statistics.aggregator.task.UpdateStatisticsDatabaseTask
- All Implemented Interfaces:
- IPreRunAndOrPostRunTask
public final class UpdateStatisticsDatabaseTask
- extends java.lang.Object
- implements IPreRunAndOrPostRunTask
INTERMEDIATE SOLUTION - Settings will be made available
through pulse website administration UI at some future point.
Updates or adds to the statistical database with values from the UpdateStatisticsDatabaseTaskConfiguration.
Values processed by this:
- statistics-server
- user-agent + versions
- operating-system + versions
Allowed TaskExecutionModes:
- Version:
- $Revision: 1571 $
- Author:
- Daniel Dietz
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpdateStatisticsDatabaseTask
public UpdateStatisticsDatabaseTask()
execute
public void execute(TaskExecutionMode mode, DataAggregationJobletConfiguration config, Bundle bundle)
- Updates the statistics database with the settings retrieved from the
UpdateStatisticsDatabaseTaskConfiguration.
- Specified by:
execute in interface IPreRunAndOrPostRunTask
- Parameters:
mode - the current TaskExecutionModeconfig - [UNUSED] the DataAggregationJobletConfigurationbundle - the current Bundle, e.g. for retrieving a Configuration