sun.jvmstat.monitor.MonitoredVm
Modifier and Type | Method and Description |
---|---|
public void | disconnected(VmEvent
the object describing the event. event)Invoked when the connection to the MonitoredVm has disconnected due to communication errors. |
public void | monitorStatusChanged(MonitorStatusChangeEvent
the object describing the event. event)Invoked when instrumentation objects are inserted into or removed from the MonitoredVm. |
public void | monitorsUpdated(VmEvent
the object describing the event. event)Invoked when instrumentation objects are updated. |
disconnected | back to summary |
---|---|
public void disconnected(VmEvent event) Invoked when the connection to the MonitoredVm has disconnected due to communication errors.
|
monitorStatusChanged | back to summary |
---|---|
public void monitorStatusChanged(MonitorStatusChangeEvent event) Invoked when instrumentation objects are inserted into or removed from the MonitoredVm.
|
monitorsUpdated | back to summary |
---|---|
public void monitorsUpdated(VmEvent event) Invoked when instrumentation objects are updated. This event is generated at a fixed interval as determined by the polling rate of the MonitoredVm that the VmListener is registered with.
|