Class AlertMessage

java.lang.Object
COM.TIBCO.hawk.config.rbengine.rulebase.util.AlertMessage
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AlertHigh, AlertLow, AlertMedium, Notification

public abstract class AlertMessage extends Object implements Serializable
Subclasses of AlertMsg may be used as the argument to the RBEngineMicroAgent proprietary method sendAlertMsg. The permissable subclasses are: Notification, AlertLow, AlertMedium, and AlertHigh.
See Also:
  • Method Details

    • getMessage

      public String getMessage()
    • equals

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