package

sun.jvmstat.perfdata.monitor.protocol.rmi

Provides the implementation classes for the rmi: protocol for the HotSpot PerfData instrumentation buffer monitoring implementation.

The rmi: protocol is the default protocol for the PerfData implementation when a hostname is specified as part of a HostIdentifier or VMIdentifier. It communicates with an RMI server on the remote machine that provides functions to get a list of available Java Virtual Machines and to acquire a copy of a Java Virtual Machine's instrumentation buffer. The RMI server may or may not use the PerfData implementation on the remote host to acquire this information. The jstatd server provides a PerfData implementation of the RMI server.

Classes

MonitoredHostProvider Concrete implementation of the MonitoredHost interface for the rmi protocol of the HotSpot PerfData monitoring implementation. 
PerfDataBuffer The concrete PerfDataBuffer implementation for the rmi: protocol for the HotSpot PerfData monitoring implementation. 
RemoteMonitoredVm Concrete implementation of the AbstractMonitoredVm class for the rmi: protocol for the HotSpot PerfData monitoring implementation. 
RemoteVmManager Class for managing the RemoteMonitoredVm instances on a remote system.