public interface

IntegerMonitor

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

Class Overview

Interface for Monitoring Integer Instrument Objects. The IntegerMonitor interface does not currently have a IntInstrument counterpart. It is used in limited situations to expose certain implementation specifics as performance counters. Typically, a LongInstrument serves as a reasonable replacement for the an IntInstrument class.

Summary

Public Methods
abstract int intValue()
Get the value of this Integer Instrumentation Object return int - the current value of this instrumentation object
[Expand]
Inherited Methods
From interface sun.jvmstat.monitor.Monitor

Public Methods

public abstract int intValue ()

Get the value of this Integer Instrumentation Object return int - the current value of this instrumentation object