Top Description Methods
sun.jvmstat.monitor

public Interface IntegerMonitor

extends Monitor
Known Direct Implementers
sun.jvmstat.perfdata.monitor.PerfIntegerMonitor

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.
Author
Brian Doherty
Since
1.5

Method Summary

Modifier and TypeMethod and Description
public int
intValue()

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

Inherited from sun.jvmstat.monitor.Monitor:
getBaseNamegetNamegetUnitsgetValuegetVariabilitygetVectorLengthisSupportedisVector

Method Detail

intValueback to summary
public int intValue()

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