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

public class Notification extends AlertMessage
The Notification class
See Also:
  • Constructor Details

    • Notification

      public Notification(String msg)
      Constructs a Notification with a given message
      Parameters:
      msg - the notification message
      Throws:
      IllegalArgumentException - if msg is null or empty string
  • Method Details

    • equals

      public boolean equals(Object obj)
      Compares two Notification object for equality.
      Overrides:
      equals in class AlertMessage
    • toString

      public String toString()
      Returns the string representation of this Notification instance
      Overrides:
      toString in class Object