Uses of Class
twaver.alarm.Alarm

Packages that use Alarm
twaver.alarm   
 

Uses of Alarm in twaver.alarm
 

Methods in twaver.alarm that return types with arguments of type Alarm
 java.util.List<Alarm> IAlarmElementMapping.getCorrespondingAlarms(Element element)
          网元上的所有告警
 java.util.List<Alarm> AlarmElementMapping.getCorrespondingAlarms(Element element)
          Get all corresponding alarms for the given element object.
 java.util.List<Alarm> AlarmBox.getCorrespondingAlarms(Element element)
          Get the corresponding alarms of the given element, that is, all alarms occured on this element object.
 

Methods in twaver.alarm with parameters of type Alarm
 java.util.List<Element> IAlarmElementMapping.getCorrespondingElements(Alarm alarm)
          告警对应的网元
 java.util.List<Element> AlarmElementMapping.getCorrespondingElements(Alarm alarm)
          Get all corresponding elements for the given alarm object.
 java.util.List<Element> AlarmBox.getCorrespondingElements(Alarm alarm)
          Get all corresponding elements by given the alarm object.
protected  void AlarmBox.onAdd(int index, Alarm data)