Package COM.TIBCO.hawk.console.hawkeye
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
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 theAgentInstance
object which identifies
the particular agent from which the event logically originated.-
Field Summary
Fields inherited from class java.util.EventObject
source -
Method Summary
Modifier and TypeMethodDescriptionIdentifies the rulebase this event relates to.Methods inherited from class COM.TIBCO.hawk.console.hawkeye.MonitorEvent
getAgentInstanceMethods inherited from class java.util.EventObject
getSource, toString
-
Method Details
-
getRuleBaseStatus
Identifies the rulebase this event relates to.- Returns:
- the RuleBaseStatus object identifying the specific rulebase this event relates to.
-