Class TempTableMaintenanceTask

java.lang.Object
net.datenwerke.rs.core.service.internaldb.hookers.TempTableMaintenanceTask
All Implemented Interfaces:
MaintenanceTask, Hook

public class TempTableMaintenanceTask extends Object implements MaintenanceTask
  • Constructor Details

    • TempTableMaintenanceTask

      public TempTableMaintenanceTask(ResultCacheService resultCacheService)
  • Method Details

    • performMaintenance

      public void performMaintenance()
      Description copied from interface: MaintenanceTask
      Callback called by the maintenance thread. The method should preferably not throw exceptions.
      Specified by:
      performMaintenance in interface MaintenanceTask