public class

HostEvent

extends EventObject
java.lang.Object
   ↳ java.util.EventObject
     ↳ sun.jvmstat.monitor.event.HostEvent
Known Direct Subclasses

Class Overview

Base class for events emitted by a MonitoredHost.

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
HostEvent(MonitoredHost host)
Construct a new HostEvent instance.
Public Methods
MonitoredHost getMonitoredHost()
Return the MonitoredHost source of this event.
[Expand]
Inherited Methods
From class java.util.EventObject
From class java.lang.Object

Public Constructors

public HostEvent (MonitoredHost host)

Construct a new HostEvent instance.

Parameters
host the MonitoredHost source of the event.

Public Methods

public MonitoredHost getMonitoredHost ()

Return the MonitoredHost source of this event.

Returns
  • MonitoredHost - the source of this event.