public interface

LongMonitor

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

Class Overview

Interface for Monitoring LongInstrument objects.

See Also
  • sun.jvmstat.instrument.LongInstrument

Summary

Public Methods
abstract long longValue()
Get the current value of this LongInstrument object.
[Expand]
Inherited Methods
From interface sun.jvmstat.monitor.Monitor

Public Methods

public abstract long longValue ()

Get the current value of this LongInstrument object.

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