| Package | Description |
|---|---|
| sun.jvmstat.monitor |
Provides classes for monitoring instrumented HotSpot Java Virtual Machines.
|
| sun.jvmstat.perfdata.monitor |
Provides the monitoring implementation classes that utilize the HotSpot
PerfData shared memory instrumentation buffer for discovery and monitoring
of instrumentation exported by a HotSpot Java Virtual Machine.
|
| sun.jvmstat.perfdata.monitor.protocol.file |
Provides the implementation classes for the file: protocol for
the HotSpot PerfData instrumentation buffer monitoring implementation.
|
| sun.jvmstat.perfdata.monitor.protocol.local |
Provides the implementation classes for the local: protocol for
the HotSpot PerfData instrumentation buffer monitoring implementation.
|
| sun.jvmstat.perfdata.monitor.protocol.rmi |
Provides the implementation classes for the rmi: protocol for
the HotSpot PerfData instrumentation buffer monitoring implementation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MonitoredVm.addVmListener(VmListener listener)
Add a VmListener.
|
void |
MonitoredVm.removeVmListener(VmListener listener)
Remove a VmListener.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
AbstractMonitoredVm.addVmListener(VmListener l)
Add a VmListener.
|
abstract void |
AbstractMonitoredVm.removeVmListener(VmListener l)
Remove a VmListener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileMonitoredVm.addVmListener(VmListener l)
Add a VmListener.
|
void |
FileMonitoredVm.removeVmListener(VmListener l)
Remove a VmListener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LocalMonitoredVm.addVmListener(VmListener l)
Add a VmListener.
|
void |
LocalMonitoredVm.removeVmListener(VmListener l)
Remove a VmListener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteMonitoredVm.addVmListener(VmListener l)
Add a VmListener.
|
void |
RemoteMonitoredVm.removeVmListener(VmListener l)
Remove a VmListener.
|
Copyright © 2017–2018 earcam. All rights reserved.