public interface

HostListener

implements EventListener
sun.jvmstat.monitor.event.HostListener
Known Indirect Subclasses

Class Overview

Interface for listeners of MonitoredHost events.

See Also

Summary

Public Methods
abstract void disconnected(HostEvent event)
Invoked when the connection to the MonitoredHost has disconnected due to communication errors.
abstract void vmStatusChanged(VmStatusChangeEvent event)
Invoked when the status of Java Virtual Machine changes.

Public Methods

public abstract void disconnected (HostEvent event)

Invoked when the connection to the MonitoredHost has disconnected due to communication errors.

Parameters
event the object describing the event.

public abstract void vmStatusChanged (VmStatusChangeEvent event)

Invoked when the status of Java Virtual Machine changes.

Parameters
event the object describing the event.