HOME

com.ireasoning.protocol.tl1
Class TL1NotificationMsg

java.lang.Object
  extended bycom.ireasoning.protocol.tl1.TL1OutputMsg
      extended bycom.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

Field Summary
 
Fields inherited from class com.ireasoning.protocol.tl1.TL1OutputMsg
DATE_FORMAT
 
Fields inherited from interface com.ireasoning.protocol.Msg
ERROR_TYPE
 
Method Summary
 String getAlarmCode()
          Returns the alarm code of this message.
 String getATAG()
          Returns the ATAG (autonomously generated correlation tag ) of this message.
 String[] getModifiers()
          Returns the modifiers of this message.
 String getVerb()
          Returns the verb of this message.
 
Methods inherited from class com.ireasoning.protocol.tl1.TL1OutputMsg
getCTAG, getDate, getHeader, getPayloadData, getRawMsg, getSID, getTerminationCode, getTime, getTimestamp, getType, setDate, setSID, setTerminationCode, setTime, setTimestamp, toString, updateTimestamp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

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

HOME

Copyright © 2002 iReasoning Inc. All Rights Reserved.