Class TopEventReportPlugin

    • Field Detail

      • m_eventCountDao

        @Autowired
        public EventCountDao m_eventCountDao
    • Constructor Detail

      • TopEventReportPlugin

        public TopEventReportPlugin()
    • Method Detail

      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws Exception
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        Exception
      • getPriority

        public int getPriority()
        Description copied from interface: SystemReportPlugin
        Get the priority of this plugin. This will be used to sort the various plugins' output when creating an aggregate report. 1-10: system-level plugins 11-50: related to core system functionality (eg, events, alarms, notifications) 51-98: related to non-essential system functionality (eg, UI, reporting) 99: unknown priority
        Specified by:
        getPriority in interface SystemReportPlugin
        Overrides:
        getPriority in class AbstractSystemReportPlugin
        Returns:
        the priority, from 1 to 99