Package COM.TIBCO.hawk.console.hawkeye
Class RuleBaseStatus
java.lang.Object
COM.TIBCO.hawk.console.hawkeye.RuleBaseStatus
This class represents the status of a rulebase.
-
Constructor Details
-
Method Details
-
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.
-