Package COM.TIBCO.hawk.console.hawkeye
Class MonitorEvent
java.lang.Object
java.util.EventObject
COM.TIBCO.hawk.console.hawkeye.MonitorEvent
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AgentMonitorEvent,MicroAgentListMonitorEvent,RuleBaseMonitorEvent
The root class for all monitoring related console events.
The sub-classes of MonitorEvent include:
All MonitorEvent objects pertain to individual agents and are used to track agent status.
The source of the event will always be the
AgentInstance
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 agent instance associated with this event.Methods inherited from class java.util.EventObject
getSource, toString
-
Method Details
-
getAgentInstance
Identifies the agent instance associated with this event.- Returns:
- the event source cast to AgentInstance.
-