Class DailySchedulerImpl

    • Constructor Detail

      • DailySchedulerImpl

        public DailySchedulerImpl()
    • Method Detail

      • getControllers

        public java.util.LinkedHashSet<java.lang.String> getControllers()
        Description copied from interface: Scheduler
        Returns Component-IDs of Controllers ordered by their current execution priority.

        This method is called once every Cycle, i.e. once per second. The LinkedHashSet is used, as it preserves insertion order

        Specified by:
        getControllers in interface Scheduler
        Returns:
        a ordered set of Component-IDs of Controllers