public class

PerfStringVariableMonitor

extends PerfStringMonitor
java.lang.Object
   ↳ sun.jvmstat.monitor.AbstractMonitor
     ↳ sun.jvmstat.perfdata.monitor.PerfByteArrayMonitor
       ↳ sun.jvmstat.perfdata.monitor.PerfStringMonitor
         ↳ sun.jvmstat.perfdata.monitor.PerfStringVariableMonitor

Class Overview

Class for monitoring a variable PerfData String instrument. The current value of a variable string instrument changes over time.

Summary

[Expand]
Inherited Fields
From class sun.jvmstat.monitor.AbstractMonitor
Public Constructors
PerfStringVariableMonitor(String name, boolean supported, ByteBuffer bb)
Constructor to create a StringMonitor object for the variable string instrument represented by the data in the given buffer.
PerfStringVariableMonitor(String name, boolean supported, ByteBuffer bb, int maxLength)
Constructor to create a StringMonitor object for the variable string instrument represented by the data in the given buffer.
[Expand]
Inherited Methods
From class sun.jvmstat.perfdata.monitor.PerfStringMonitor
From class sun.jvmstat.perfdata.monitor.PerfByteArrayMonitor
From class sun.jvmstat.monitor.AbstractMonitor
From class java.lang.Object
From interface sun.jvmstat.monitor.ByteArrayMonitor
From interface sun.jvmstat.monitor.Monitor
From interface sun.jvmstat.monitor.StringMonitor

Public Constructors

public PerfStringVariableMonitor (String name, boolean supported, ByteBuffer bb)

Constructor to create a StringMonitor object for the variable string instrument represented by the data in the given buffer.

Parameters
name the name of the string instrument
supported support level indicator
bb the buffer containing the string instrument data.

public PerfStringVariableMonitor (String name, boolean supported, ByteBuffer bb, int maxLength)

Constructor to create a StringMonitor object for the variable string instrument represented by the data in the given buffer.

Parameters
name the name of the string instrument
supported support level indicator
bb the buffer containing the string instrument data.
maxLength the maximum length of the string data.