Top Description Methods
sun.jvmstat.monitor

public Interface LongMonitor

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

Interface for Monitoring LongInstrument objects.
Author
Brian Doherty
Since
1.5
See Also
sun.jvmstat.instrument.LongInstrument

Method Summary

Modifier and TypeMethod and Description
public long

Returns:

long - the current value of the associated LongInstrument object.
longValue
()

Get the current value of this LongInstrument object.

Inherited from sun.jvmstat.monitor.Monitor:
getBaseNamegetNamegetUnitsgetValuegetVariabilitygetVectorLengthisSupportedisVector

Method Detail

longValueback to summary
public long longValue()

Get the current value of this LongInstrument object.

Returns:long

long - the current value of the associated LongInstrument object.