|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttwaver.event.Event
twaver.event.PropertyChangeEvent
twaver.alarm.AlarmStateChangeEvent
public class AlarmStateChangeEvent
告警状态变化事件
Field Summary | |
---|---|
static java.lang.String |
NATIVE_CHANGED
自身告警变化 |
static java.lang.String |
PROPAGATE_CHANGED
传播告警变化 |
Fields inherited from class twaver.event.PropertyChangeEvent |
---|
newValue, oldValue, propertyName |
Fields inherited from class twaver.event.Event |
---|
kind, source, type |
Constructor Summary | |
---|---|
AlarmStateChangeEvent(Element element)
构造函数 |
|
AlarmStateChangeEvent(Element element,
java.lang.String alarmType)
构造函数 |
Method Summary | |
---|---|
java.lang.String |
getAlarmType()
获取告警类型 |
Methods inherited from class twaver.event.PropertyChangeEvent |
---|
toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PROPAGATE_CHANGED
public static final java.lang.String NATIVE_CHANGED
Constructor Detail |
---|
public AlarmStateChangeEvent(Element element)
element
- 网元public AlarmStateChangeEvent(Element element, java.lang.String alarmType)
element
- 网元alarmType
- 告警类型 PROPAGATE_CHANGED
NATIVE_CHANGED
Method Detail |
---|
public java.lang.String getAlarmType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |