Class MonitorEvent

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

public class MonitorEvent extends EventObject
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.

See Also:
  • Method Details

    • getAgentInstance

      public AgentInstance getAgentInstance()
      Identifies the agent instance associated with this event.

      Returns:
      the event source cast to AgentInstance.