Jvmstat

sun.jvmstat.monitor
Interface IntegerMonitor

All Superinterfaces:
Monitor
All Known Implementing Classes:
PerfIntegerMonitor

public interface IntegerMonitor
extends Monitor

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.

Since:
1.5

Method Summary
 int intValue()
          Get the value of this Integer Instrumentation Object return int - the current value of this instrumentation object
 
Methods inherited from interface sun.jvmstat.monitor.Monitor
getBaseName, getName, getUnits, getValue, getVariability, getVectorLength, isSupported, isVector
 

Method Detail

intValue

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


Jvmstat