Top Description Methods
sun.jvmstat.monitor.event

public Interface HostListener

extends EventListener
Imports
java.util.EventListener

Interface for listeners of MonitoredHost events.
Author
Brian Doherty
Since
1.5
See Also
sun.jvmstat.monitor.MonitoredHost

Method Summary

Modifier and TypeMethod and Description
public void
disconnected(HostEvent
the object describing the event.
event
)

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

public void
vmStatusChanged(VmStatusChangeEvent
the object describing the event.
event
)

Invoked when the status of Java Virtual Machine changes.

Method Detail

disconnectedback to summary
public void disconnected(HostEvent event)

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

Parameters
event:HostEvent

the object describing the event.

vmStatusChangedback to summary
public void vmStatusChanged(VmStatusChangeEvent event)

Invoked when the status of Java Virtual Machine changes.

Parameters
event:VmStatusChangeEvent

the object describing the event.