com.ireasoning.protocol.tl1
Class TL1NotificationMsg
java.lang.Object
|
+--com.ireasoning.protocol.tl1.TL1OutputMsg
|
+--com.ireasoning.protocol.tl1.TL1NotificationMsg
- All Implemented Interfaces:
- Msg, Serializable
- public class TL1NotificationMsg
- extends TL1OutputMsg
This class represents TL1 autonomous message. For instance
NODE 2000-05-08 19:02:32
A 39 REPT EVT OC48
"FAC-13-1:T-SEFS,TC,,,,,5000,5000,1-DAY:\"Performance Monitor Threshold Cro
ing Alert\","
;
- See Also:
- Serialized Form
Fields inherited from interface com.ireasoning.protocol.Msg |
ERROR_TYPE |
Methods inherited from class com.ireasoning.protocol.tl1.TL1OutputMsg |
getDate, getHeader, getPayloadData, getRawMsg, getSID, getTerminationCode, getTime, getTimestamp, getType, setDate, setSID, setTerminationCode, setTime, setTimestamp, toString, updateTimestamp |
getATAG
public String getATAG()
- Returns the ATAG (autonomously generated correlation tag ) of this
message. For instance, atag is 39 for the following message
NODE 2000-05-08 19:02:32
A 39 REPT EVT OC48
"FAC-13-1:T-SEFS,TC,,,,,5000,5000,1-DAY:\"Performance Monitor Threshold Cro
ing Alert\","
;
getModifiers
public String[] getModifiers()
- Returns the modifiers of this message. For instance, it returns an string
array {"EVT", "OC48"} for the following message
NODE 2000-05-08 19:02:32
A 39 REPT EVT OC48
"FAC-13-1:T-SEFS,TC,,,,,5000,5000,1-DAY:\"Performance Monitor Threshold Cro
ing Alert\","
;
getVerb
public String getVerb()
- Returns the verb of this message. For instance, it returns an string
array {"EVT", "OC48"} for the following message
NODE 2000-05-08 19:02:32
A 39 REPT EVT OC48
"FAC-13-1:T-SEFS,TC,,,,,5000,5000,1-DAY:\"Performance Monitor Threshold Cro
ing Alert\","
;
getAlarmCode
public String getAlarmCode()
- Returns the alarm code of this message. For instance, it returns "A " for the following message
NODE 2000-05-08 19:02:32
A 39 REPT EVT OC48
"FAC-13-1:T-SEFS,TC,,,,,5000,5000,1-DAY:\"Performance Monitor Threshold Cro
ing Alert\","
;
- See Also:
TL1AlarmCode.CRITICAL
,
TL1AlarmCode.MAJOR
,
TL1AlarmCode.MINOR
,
TL1AlarmCode.AUTO_MSG
Copyright © 2002 iReasoning Inc. All Rights Reserved.