public class

PerfDataBuffer

extends AbstractPerfDataBuffer
java.lang.Object
   ↳ sun.jvmstat.perfdata.monitor.AbstractPerfDataBuffer
     ↳ sun.jvmstat.perfdata.monitor.protocol.local.PerfDataBuffer

Class Overview

The concrete PerfDataBuffer implementation for the local: protocol for the HotSpot PerfData monitoring implementation.

This class is responsible for acquiring access to the shared memory instrumentation buffer for the target HotSpot Java Virtual Machine.

Summary

[Expand]
Inherited Fields
From class sun.jvmstat.perfdata.monitor.AbstractPerfDataBuffer
Public Constructors
PerfDataBuffer(VmIdentifier vmid)
Create a PerfDataBuffer instance for accessing the specified instrumentation buffer.
[Expand]
Inherited Methods
From class sun.jvmstat.perfdata.monitor.AbstractPerfDataBuffer
From class java.lang.Object

Public Constructors

public PerfDataBuffer (VmIdentifier vmid)

Create a PerfDataBuffer instance for accessing the specified instrumentation buffer.

Parameters
vmid the local: URI specifying the target JVM.