Jvmstat

sun.jvmstat.monitor
Interface StringMonitor

All Superinterfaces:
Monitor
All Known Implementing Classes:
PerfStringConstantMonitor, PerfStringMonitor, PerfStringVariableMonitor

public interface StringMonitor
extends Monitor

Interface for Monitoring StringInstrument objects.

Since:
1.5
See Also:
sun.jvmstat.instrument.StringInstrument

Method Summary
 String stringValue()
          Get a copy of the current value of the StringInstrument object.
 
Methods inherited from interface sun.jvmstat.monitor.Monitor
getBaseName, getName, getUnits, getValue, getVariability, getVectorLength, isSupported, isVector
 

Method Detail

stringValue

String stringValue()
Get a copy of the current value of the StringInstrument object.

Returns:
String - a String object containing a copy of the value of the associated StringInstrument.

Jvmstat