public class

VmEvent

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

Class Overview

Base class for events emitted by a MonitoredVm.

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
VmEvent(MonitoredVm vm)
Construct a new VmEvent instance.
Public Methods
MonitoredVm getMonitoredVm()
Return the MonitoredVm source of this event.
[Expand]
Inherited Methods
From class java.util.EventObject
From class java.lang.Object

Public Constructors

public VmEvent (MonitoredVm vm)

Construct a new VmEvent instance.

Parameters
vm the MonitoredVm source of the event.

Public Methods

public MonitoredVm getMonitoredVm ()

Return the MonitoredVm source of this event.

Returns
  • MonitoredVm - the source of this event.