|
Jvmstat | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use VmListener | |
|---|---|
| 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. |
| Uses of VmListener in sun.jvmstat.monitor |
|---|
| Methods in sun.jvmstat.monitor with parameters of type VmListener | |
|---|---|
void |
MonitoredVm.addVmListener(VmListener listener)
Add a VmListener. |
void |
MonitoredVm.removeVmListener(VmListener listener)
Remove a VmListener. |
| Uses of VmListener in sun.jvmstat.perfdata.monitor |
|---|
| Methods in sun.jvmstat.perfdata.monitor with parameters of type VmListener | |
|---|---|
abstract void |
AbstractMonitoredVm.addVmListener(VmListener l)
Add a VmListener. |
abstract void |
AbstractMonitoredVm.removeVmListener(VmListener l)
Remove a VmListener. |
| Uses of VmListener in sun.jvmstat.perfdata.monitor.protocol.file |
|---|
| Methods in sun.jvmstat.perfdata.monitor.protocol.file with parameters of type VmListener | |
|---|---|
void |
FileMonitoredVm.addVmListener(VmListener l)
Add a VmListener. |
void |
FileMonitoredVm.removeVmListener(VmListener l)
Remove a VmListener. |
| Uses of VmListener in sun.jvmstat.perfdata.monitor.protocol.local |
|---|
| Methods in sun.jvmstat.perfdata.monitor.protocol.local with parameters of type VmListener | |
|---|---|
void |
LocalMonitoredVm.addVmListener(VmListener l)
Add a VmListener. |
void |
LocalMonitoredVm.removeVmListener(VmListener l)
Remove a VmListener. |
| Uses of VmListener in sun.jvmstat.perfdata.monitor.protocol.rmi |
|---|
| Methods in sun.jvmstat.perfdata.monitor.protocol.rmi with parameters of type VmListener | |
|---|---|
void |
RemoteMonitoredVm.addVmListener(VmListener l)
Add a VmListener. |
void |
RemoteMonitoredVm.removeVmListener(VmListener l)
Remove a VmListener. |
|
Jvmstat | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||