Class TempFileMaintenance
java.lang.Object
net.datenwerke.gf.service.tempfile.maintenance.TempFileMaintenance
- All Implemented Interfaces:
MaintenanceTask,Hook
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidCallback called by the maintenance thread.
-
Constructor Details
-
TempFileMaintenance
public TempFileMaintenance(<any> tempDir, <any> lifeSpan)
-
-
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
-