Jvmstat

sun.jvmstat.monitor.event
Interface HostListener

All Superinterfaces:
EventListener

public interface HostListener
extends EventListener

Interface for listeners of MonitoredHost events.

Since:
1.5
See Also:
MonitoredHost

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

Method Detail

vmStatusChanged

void vmStatusChanged(VmStatusChangeEvent event)
Invoked when the status of Java Virtual Machine changes.

Parameters:
event - the object describing the event.

disconnected

void disconnected(HostEvent event)
Invoked when the connection to the MonitoredHost has disconnected due to communication errors.

Parameters:
event - the object describing the event.

Jvmstat