|
Jvmstat | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VmIdentifier | |
---|---|
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 VmIdentifier in sun.jvmstat.monitor |
---|
Methods in sun.jvmstat.monitor that return VmIdentifier | |
---|---|
VmIdentifier |
MonitoredVm.getVmIdentifier()
Get the VmIdentifier associated with this MonitoredVm |
VmIdentifier |
HostIdentifier.resolve(VmIdentifier vmid)
Resolve a VmIdentifier with this HostIdentifier. |
Methods in sun.jvmstat.monitor with parameters of type VmIdentifier | |
---|---|
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. |
abstract MonitoredVm |
MonitoredHost.getMonitoredVm(VmIdentifier id)
Get the MonitoredVm for the given Java Virtual Machine. |
abstract MonitoredVm |
MonitoredHost.getMonitoredVm(VmIdentifier id,
int interval)
Get the MonitoredVm for the given Java Virtual Machine. |
VmIdentifier |
HostIdentifier.resolve(VmIdentifier vmid)
Resolve a VmIdentifier with this HostIdentifier. |
Constructors in sun.jvmstat.monitor with parameters of type VmIdentifier | |
---|---|
HostIdentifier(VmIdentifier vmid)
Create a HostIdentifier instance from a VmIdentifier. |
Uses of VmIdentifier in sun.jvmstat.perfdata.monitor |
---|
Fields in sun.jvmstat.perfdata.monitor declared as VmIdentifier | |
---|---|
protected VmIdentifier |
AbstractMonitoredVm.vmid
The VmIdentifier for the target. |
Methods in sun.jvmstat.perfdata.monitor that return VmIdentifier | |
---|---|
VmIdentifier |
AbstractMonitoredVm.getVmIdentifier()
Get the VmIdentifier associated with this MonitoredVm |
Constructors in sun.jvmstat.perfdata.monitor with parameters of type VmIdentifier | |
---|---|
AbstractMonitoredVm(VmIdentifier vmid,
int interval)
Create an AbstractMonitoredVm instance. |
Uses of VmIdentifier in sun.jvmstat.perfdata.monitor.protocol.file |
---|
Methods in sun.jvmstat.perfdata.monitor.protocol.file with parameters of type VmIdentifier | |
---|---|
MonitoredVm |
MonitoredHostProvider.getMonitoredVm(VmIdentifier vmid)
Get the MonitoredVm for the given Java Virtual Machine. |
MonitoredVm |
MonitoredHostProvider.getMonitoredVm(VmIdentifier vmid,
int interval)
Get the MonitoredVm for the given Java Virtual Machine. |
Constructors in sun.jvmstat.perfdata.monitor.protocol.file with parameters of type VmIdentifier | |
---|---|
FileMonitoredVm(VmIdentifier vmid,
int interval)
Create a FileMonitoredVm instance. |
|
PerfDataBuffer(VmIdentifier vmid)
Create a PerfDataBuffer instance for accessing the specified instrumentation buffer. |
Uses of VmIdentifier in sun.jvmstat.perfdata.monitor.protocol.local |
---|
Methods in sun.jvmstat.perfdata.monitor.protocol.local with parameters of type VmIdentifier | |
---|---|
MonitoredVm |
MonitoredHostProvider.getMonitoredVm(VmIdentifier vmid)
Get the MonitoredVm for the given Java Virtual Machine. |
MonitoredVm |
MonitoredHostProvider.getMonitoredVm(VmIdentifier vmid,
int interval)
Get the MonitoredVm for the given Java Virtual Machine. |
Constructors in sun.jvmstat.perfdata.monitor.protocol.local with parameters of type VmIdentifier | |
---|---|
LocalMonitoredVm(VmIdentifier vmid,
int interval)
Create a LocalMonitoredVm instance. |
|
PerfDataBuffer(VmIdentifier vmid)
Create a PerfDataBuffer instance for accessing the specified instrumentation buffer. |
Uses of VmIdentifier in sun.jvmstat.perfdata.monitor.protocol.rmi |
---|
Methods in sun.jvmstat.perfdata.monitor.protocol.rmi with parameters of type VmIdentifier | |
---|---|
MonitoredVm |
MonitoredHostProvider.getMonitoredVm(VmIdentifier vmid)
Get the MonitoredVm for the given Java Virtual Machine. |
MonitoredVm |
MonitoredHostProvider.getMonitoredVm(VmIdentifier vmid,
int interval)
Get the MonitoredVm for the given Java Virtual Machine. |
Constructors in sun.jvmstat.perfdata.monitor.protocol.rmi with parameters of type VmIdentifier | |
---|---|
RemoteMonitoredVm(RemoteVm rvm,
VmIdentifier vmid,
Timer timer,
int interval)
Create a RemoteMonitoredVm instance. |
|
Jvmstat | ||||||||
PREV NEXT | FRAMES NO FRAMES |