Class DeleteRemovedUsersScheduler
- java.lang.Object
-
- org.silverpeas.core.admin.service.DeleteRemovedUsersScheduler
-
- All Implemented Interfaces:
Initialization
@Service public class DeleteRemovedUsersScheduler extends Object implements Initialization
Batch in charge of the deletion of removed users.- Author:
- silveryocha
-
-
Constructor Summary
Constructors Constructor Description DeleteRemovedUsersScheduler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
init()
Initializes some resources required by the services or performs some initialization processes at Silverpeas startup.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.silverpeas.core.initialization.Initialization
getPriority, release
-
-
-
-
Field Detail
-
JOB_NAME
protected static final String JOB_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
init
public void init() throws Exception
Description copied from interface:Initialization
Initializes some resources required by the services or performs some initialization processes at Silverpeas startup.- Specified by:
init
in interfaceInitialization
- Throws:
Exception
- if an error occurs during the initialization process. In this case the Silverpeas startup fails.
-
-