sun.jvmstat.monitor.MonitoredHost
Modifier and Type | Method 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. |
disconnected | back to summary |
---|---|
public void disconnected(HostEvent event) Invoked when the connection to the MonitoredHost has disconnected due to communication errors.
|
vmStatusChanged | back to summary |
---|---|
public void vmStatusChanged(VmStatusChangeEvent event) Invoked when the status of Java Virtual Machine changes.
|