Class DataWarningSchedulerImpl
java.lang.Object
org.silverpeas.components.datawarning.service.DataWarningSchedulerImpl
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidThis method is called periodically by the scheduler, it test for each peas of type DataWarning if associated model contains states with timeout events If so, all the instances of these peas that have the "timeout" states actives are read to check if timeout interval has been reached.voidstart()Starts the schedule of the scan and processing of data warning.voidstop()Stops this scheduler.
-
Field Details
-
DATAWARNING_JOB_NAME
- See Also:
-
-
Constructor Details
-
DataWarningSchedulerImpl
-
-
Method Details
-
start
public void start()Starts the schedule of the scan and processing of data warning. -
stop
public void stop()Stops this scheduler. No scans on data warning will be more performed. -
doDataWarningSchedulerImpl
public void doDataWarningSchedulerImpl()This method is called periodically by the scheduler, it test for each peas of type DataWarning if associated model contains states with timeout events If so, all the instances of these peas that have the "timeout" states actives are read to check if timeout interval has been reached. In that case, the administrator can be notified, the active state and the instance are marked as timeout.
-