Top Description Interfaces Classes
module jdk.internal.jvmstat

Package sun.jvmstat.monitor.event


Provides classes for event types and event listeners for MonitoredHost and MonitoredVm events..

Interface Summary

Modifier and TypeInterface and Description
public interface
HostListener

Interface for listeners of MonitoredHost events.

public interface
VmListener

Interface for listeners of MonitoredVm events.

Class Summary

Modifier and TypeClass and Description
public class
HostEvent

Base class for events emitted by a MonitoredHost.

public class
MonitorStatusChangeEvent

Provides a description of a change in status of the instrumentation exported by the MonitoredVm.

public class
VmEvent

Base class for events emitted by a MonitoredVm.

public class
VmStatusChangeEvent

Provides a description of a change in status of the Java Virtual Machines associated with a MonitoredHost.