Class BlockUserMaintenanceTask
java.lang.Object
net.datenwerke.rs.core.service.maintenance.BlockUserMaintenanceTask
- All Implemented Interfaces:
MaintenanceTask,Hook
-
Constructor Summary
ConstructorsConstructorDescriptionBlockUserMaintenanceTask(<any> emp, ReportServerService rsService, UserManagerService userService, UserPropertiesServiceImpl propertiesService) -
Method Summary
Modifier and TypeMethodDescriptionvoidCallback called by the maintenance thread.
-
Constructor Details
-
BlockUserMaintenanceTask
public BlockUserMaintenanceTask(<any> emp, ReportServerService rsService, UserManagerService userService, UserPropertiesServiceImpl propertiesService)
-
-
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
-