public interface

BufferedMonitoredVm

implements MonitoredVm
sun.jvmstat.monitor.remote.BufferedMonitoredVm
Known Indirect Subclasses

Class Overview

Interface to support asynchronous polling of the exported instrumentation of a target Java Virtual Machine.

Summary

Public Methods
abstract byte[] getBytes()
Interface to get the bytes associated with the instrumentation for the target Java Virtual Machine.
abstract int getCapacity()
Interface to get the the size of the instrumentation buffer for the target Java Virtual Machine.
[Expand]
Inherited Methods
From interface sun.jvmstat.monitor.MonitoredVm

Public Methods

public abstract byte[] getBytes ()

Interface to get the bytes associated with the instrumentation for the target Java Virtual Machine.

Returns
  • byte[] - a byte array containing the current bytes for the instrumentation exported by the target Java Virtual Machine.

public abstract int getCapacity ()

Interface to get the the size of the instrumentation buffer for the target Java Virtual Machine.

Returns
  • int - the size of the instrumentation buffer for the target Java Virtual Machine.