Jvmstat

Uses of Class
sun.jvmstat.monitor.event.HostEvent

Packages that use HostEvent
sun.jvmstat.monitor.event Provides classes for event types and event listeners for MonitoredHost and MonitoredVm events.. 
 

Uses of HostEvent in sun.jvmstat.monitor.event
 

Subclasses of HostEvent in sun.jvmstat.monitor.event
 class VmStatusChangeEvent
          Provides a description of a change in status of the Java Virtual Machines associated with a MonitoredHost.
 

Methods in sun.jvmstat.monitor.event with parameters of type HostEvent
 void HostListener.disconnected(HostEvent event)
          Invoked when the connection to the MonitoredHost has disconnected due to communication errors.
 


Jvmstat