Class TempTableMaintenanceTask
java.lang.Object
net.datenwerke.rs.core.service.internaldb.hookers.TempTableMaintenanceTask
- All Implemented Interfaces:
MaintenanceTask,Hook
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidCallback called by the maintenance thread.
-
Constructor Details
-
TempTableMaintenanceTask
-
-
Method Details
-
performMaintenance
public void performMaintenance()Description copied from interface:MaintenanceTaskCallback called by the maintenance thread. The method should preferably not throw exceptions.- Specified by:
performMaintenancein interfaceMaintenanceTask
-