public class VmListenerWrapper extends Object implements sun.jvmstat.monitor.event.VmListener
Constructor and Description |
---|
VmListenerWrapper(VmUpdateListener listener,
sun.jvmstat.monitor.MonitoredVm vm) |
Modifier and Type | Method and Description |
---|---|
void |
disconnected(sun.jvmstat.monitor.event.VmEvent event) |
sun.jvmstat.monitor.Monitor |
getMonitor(String name) |
void |
monitorStatusChanged(sun.jvmstat.monitor.event.MonitorStatusChangeEvent event) |
void |
monitorsUpdated(sun.jvmstat.monitor.event.VmEvent event) |
public VmListenerWrapper(VmUpdateListener listener, sun.jvmstat.monitor.MonitoredVm vm)
public void monitorsUpdated(sun.jvmstat.monitor.event.VmEvent event)
monitorsUpdated
in interface sun.jvmstat.monitor.event.VmListener
public void monitorStatusChanged(sun.jvmstat.monitor.event.MonitorStatusChangeEvent event)
monitorStatusChanged
in interface sun.jvmstat.monitor.event.VmListener
public void disconnected(sun.jvmstat.monitor.event.VmEvent event)
disconnected
in interface sun.jvmstat.monitor.event.VmListener
public sun.jvmstat.monitor.Monitor getMonitor(String name) throws VmUpdateException
VmUpdateException
Copyright © 2013. All Rights Reserved.