| Package | Description |
|---|---|
| sun.jvmstat.monitor |
Provides classes for monitoring instrumented HotSpot Java Virtual Machines.
|
| sun.jvmstat.monitor.event |
Provides classes for event types and event listeners for MonitoredHost
and MonitoredVm events..
|
| sun.jvmstat.perfdata.monitor.protocol.local |
Provides the implementation classes for the local: protocol for
the HotSpot PerfData instrumentation buffer monitoring implementation.
|
| Modifier and Type | Method and Description |
|---|---|
static MonitoredHost |
MonitoredHost.getMonitoredHost(HostIdentifier hostId)
Factory method to construct a MonitoredHost instance to manage the
connection to the host indicated by hostId.
|
static MonitoredHost |
MonitoredHost.getMonitoredHost(String hostIdString)
Factory method to construct MonitoredHost instances to manage
connections to the host indicated by hostIdString
|
static MonitoredHost |
MonitoredHost.getMonitoredHost(VmIdentifier vmid)
Factory method to construct a MonitoredHost instance to manage the
connection to the Java Virtual Machine indicated by vmid.
|
| Modifier and Type | Method and Description |
|---|---|
MonitoredHost |
HostEvent.getMonitoredHost()
Return the MonitoredHost source of this event.
|
| Constructor and Description |
|---|
HostEvent(MonitoredHost host)
Construct a new HostEvent instance.
|
VmStatusChangeEvent(MonitoredHost host,
Set active,
Set started,
Set terminated)
Construct a new VmStatusChangeEvent instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MonitoredHostProvider
Concrete implementation of the MonitoredHost interface for the
local protocol of the HotSpot PerfData monitoring implementation.
|
Copyright © 2017–2018 earcam. All rights reserved.