Interface AlertEvent
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- AbstractAlertEvent,- DefaultAlertEvent
Deprecated.
An AlertEvent contains the current state of an alert.
- 
Method SummaryModifier and TypeMethodDescriptionDeprecated.Returns the active timestamp of the alert ornullif not acknowledged.Deprecated.Returns the active timestamp of the alert ornullif not active.Deprecated.Returns the active value of the alert ornullif not active.Deprecated.Returns the cleared timestamp of the alert ornullif not cleared.Deprecated.Returns the cleared value of the alert ornullif not cleared.Deprecated.Returns a user-entered path for the alert.getNotes()Deprecated.Returns user-entered notes for the alert.getPath()Deprecated.Returns the path of the source, such as the path to a SQLTag, which should be reasonably unique.Deprecated.Returns the name of the alert state that was triggeredDeprecated.Returns the severity of the alert stateDeprecated.Returns the name of the SCADARail system responsible for the alertgetUser()Deprecated.Returns a username associated with the message ornullif not set.booleanisAcked()Deprecated.booleanisActive()Deprecated.booleanisClear()Deprecated.
- 
Method Details- 
getSystemString getSystem()Deprecated.Returns the name of the SCADARail system responsible for the alert
- 
getPathString getPath()Deprecated.Returns the path of the source, such as the path to a SQLTag, which should be reasonably unique. That is, there should not be another alert with the same path in the same SCADARail system. This path lets alert handlers correlate ACKS and CLEARS with their initial ALERTs
- 
getDisplayPathString getDisplayPath()Deprecated.Returns a user-entered path for the alert.
- 
getNotesString getNotes()Deprecated.Returns user-entered notes for the alert.
- 
getStateNameString getStateName()Deprecated.Returns the name of the alert state that was triggered
- 
getStateSeverityAlertSeverity getStateSeverity()Deprecated.Returns the severity of the alert state
- 
getActiveTimestampDeprecated.Returns the active timestamp of the alert ornullif not active.
- 
getActiveValueDeprecated.Returns the active value of the alert ornullif not active.
- 
getClearedTimestampDeprecated.Returns the cleared timestamp of the alert ornullif not cleared.
- 
getClearedValueDeprecated.Returns the cleared value of the alert ornullif not cleared.
- 
getAcknowledgedTimestampDeprecated.Returns the active timestamp of the alert ornullif not acknowledged.
- 
getUserDeprecated.Returns a username associated with the message ornullif not set. Mostly used for Acknowledgements.
- 
isActiveboolean isActive()Deprecated.
- 
isClearboolean isClear()Deprecated.
- 
isAckedboolean isAcked()Deprecated.
 
-