| Package | Description |
|---|---|
| sun.jvmstat.monitor |
Provides classes for monitoring instrumented HotSpot Java Virtual Machines.
|
| 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 | Field and Description |
|---|---|
protected HostIdentifier |
MonitoredHost.hostId
The HostIdentifier for this MonitoredHost instance.
|
| Modifier and Type | Method and Description |
|---|---|
HostIdentifier |
VmIdentifier.getHostIdentifier()
Return the corresponding HostIdentifier for this VmIdentifier.
|
HostIdentifier |
MonitoredHost.getHostIdentifier()
Return the resolved HostIdentifier for this MonitoredHost.
|
protected static HostIdentifier |
MonitoredHost.resolveHostId(HostIdentifier hostId)
Method to resolve unspecified components of the given HostIdentifier
by constructing a new HostIdentifier that replaces the unspecified
components with the default values.
|
| 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.
|
protected static HostIdentifier |
MonitoredHost.resolveHostId(HostIdentifier hostId)
Method to resolve unspecified components of the given HostIdentifier
by constructing a new HostIdentifier that replaces the unspecified
components with the default values.
|
| Constructor and Description |
|---|
MonitoredHostProvider(HostIdentifier hostId)
Create a MonitoredHostProvider instance using the given HostIdentifier.
|
| Constructor and Description |
|---|
MonitoredHostProvider(HostIdentifier hostId)
Create a MonitoredHostProvider instance using the given HostIdentifier.
|
| Constructor and Description |
|---|
MonitoredHostProvider(HostIdentifier hostId)
Create a MonitoredHostProvider instance using the given HostIdentifier.
|
Copyright © 2017–2018 earcam. All rights reserved.