public interface

StringMonitor

implements Monitor
sun.jvmstat.monitor.StringMonitor
Known Indirect Subclasses

Class Overview

Interface for Monitoring StringInstrument objects.

See Also
  • sun.jvmstat.instrument.StringInstrument

Summary

Public Methods
abstract String stringValue()
Get a copy of the current value of the StringInstrument object.
[Expand]
Inherited Methods
From interface sun.jvmstat.monitor.Monitor

Public Methods

public abstract 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.