Interface MaintenanceTask

All Superinterfaces:
Hook
All Known Implementing Classes:
BlockUserMaintenanceTask, MaintenanceTaskAdapter, TableReportIntegrityValidator, TempFileMaintenance, TempTableMaintenanceTask

@HookConfig public interface MaintenanceTask extends Hook
Allows to register a maintenance task. Maintenance tasks are regularly executed depending on the configuration specified in MaintenanceModule.CONFIG_FILE.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Callback called by the maintenance thread.
  • Method Details

    • performMaintenance

      void performMaintenance()
      Callback called by the maintenance thread. The method should preferably not throw exceptions.