Class RuleBaseMonitorEvent

java.lang.Object
java.util.EventObject
COM.TIBCO.hawk.console.hawkeye.MonitorEvent
COM.TIBCO.hawk.console.hawkeye.RuleBaseMonitorEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AlertMonitorEvent, RuleBaseListMonitorEvent

public class RuleBaseMonitorEvent extends MonitorEvent
The root class for all rulebase related events.

It identifies the particular rulebase on a particular agent instance to which the event pertains.

The sub-classes of RuleBaseMonitorEvent include:

The source of the event is the AgentInstance object which identifies the particular agent from which the event logically originated.
See Also:
  • Method Details

    • getRuleBaseStatus

      public RuleBaseStatus getRuleBaseStatus()
      Identifies the rulebase this event relates to.
      Returns:
      the RuleBaseStatus object identifying the specific rulebase this event relates to.