Class DataWarningSchedulerImpl


  • public class DataWarningSchedulerImpl
    extends Object
    • Constructor Detail

      • DataWarningSchedulerImpl

        public DataWarningSchedulerImpl​(String instanceId)
    • Method Detail

      • 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.