Class LinkdEdgeStatusProvider

    • Constructor Detail

      • LinkdEdgeStatusProvider

        public LinkdEdgeStatusProvider()
    • Method Detail

      • getNamespace

        public java.lang.String getNamespace()
        Description copied from interface: NamespaceAware
        A string used to identify references belonging to this provider May only contain characters that make for a reasonable Java identifier such as letters digits and underscore (no colons, periods, commas etc.)
        Specified by:
        getNamespace in interface NamespaceAware
        Returns:
        the namespace, e.g. "nodes".
      • contributesTo

        public boolean contributesTo​(java.lang.String namespace)
        Description copied from interface: NamespaceAware
        Defines if the current implementation contributes to the given namespace. This is usually the case, when the given namespaces equals NamespaceAware.getNamespace(), but is not a requirement.
        Specified by:
        contributesTo in interface NamespaceAware
        Parameters:
        namespace - the namespace to contribute to
        Returns:
        true, if the current implementation contributes to the given namespace, otherwise false.
      • getAlarmDao

        public AlarmDao getAlarmDao()
      • getLinkdEdgeDownAlarms

        protected java.util.List<OnmsAlarm> getLinkdEdgeDownAlarms()
      • setAlarmDao

        public void setAlarmDao​(AlarmDao alarmDao)