Class MaintenanceTaskAdapter
java.lang.Object
net.datenwerke.gf.service.maintenance.hooks.adapter.MaintenanceTaskAdapter
- All Implemented Interfaces:
MaintenanceTask,Hook
@GeneratedType("net.datenwerke.hookservices.HookAdapterProcessor")
public class MaintenanceTaskAdapter
extends Object
implements MaintenanceTask
This file was automatically created by DtoAnnotationProcessor, version 0.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidCallback called by the maintenance thread.
-
Constructor Details
-
MaintenanceTaskAdapter
public MaintenanceTaskAdapter()
-
-
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
-