Class RuleBaseStatus

java.lang.Object
COM.TIBCO.hawk.console.hawkeye.RuleBaseStatus

public class RuleBaseStatus extends Object
This class represents the status of a rulebase.
  • Constructor Details

    • RuleBaseStatus

      public RuleBaseStatus(COM.TIBCO.hawk.console.nest.shared.RuleBaseStatus nestRbs)
  • Method Details

    • getName

      public String getName()
      Returns the name of the rulebase.
    • getChecksum

      public long getChecksum()
      Returns the checksum of the rulebase.
    • getAlertIDs

      public long[] getAlertIDs()
      Returns the ids of the alerts associated with this rulebase. These identify the alerts that were active (non-cleared) at the time this RuleBaseStatus object was created.
    • getState

      public int getState()
      Returns the alert state of the rulebase.