Jvmstat

sun.jvmstat.monitor
Interface LongMonitor

All Superinterfaces:
Monitor
All Known Implementing Classes:
PerfLongMonitor

public interface LongMonitor
extends Monitor

Interface for Monitoring LongInstrument objects.

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

Method Summary
 long longValue()
          Get the current value of this LongInstrument object.
 
Methods inherited from interface sun.jvmstat.monitor.Monitor
getBaseName, getName, getUnits, getValue, getVariability, getVectorLength, isSupported, isVector
 

Method Detail

longValue

long longValue()
Get the current value of this LongInstrument object.

Returns:
long - the current value of the associated LongInstrument object.

Jvmstat