Class Notification
java.lang.Object
COM.TIBCO.hawk.config.rbengine.rulebase.util.AlertMessage
COM.TIBCO.hawk.config.rbengine.rulebase.util.Notification
- All Implemented Interfaces:
Serializable
The Notification class
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class COM.TIBCO.hawk.config.rbengine.rulebase.util.AlertMessage
getMessage
-
Constructor Details
-
Notification
Constructs a Notification with a given message- Parameters:
msg- the notification message- Throws:
IllegalArgumentException- if msg is null or empty string
-
-
Method Details
-
equals
Compares two Notification object for equality.- Overrides:
equalsin classAlertMessage
-
toString
Returns the string representation of this Notification instance
-