public class

PerfLongCounter

extends AbstractCounter
implements LongCounter
java.lang.Object
   ↳ sun.management.counter.AbstractCounter
     ↳ sun.management.counter.perf.PerfLongCounter

Summary

Public Methods
Object getValue()
Returns an Object that encapsulates the data value of this counter
long longValue()
Get the value of this Long performance counter
Protected Methods
Object writeReplace()
Serialize as a snapshot object.
[Expand]
Inherited Methods
From class sun.management.counter.AbstractCounter
From class java.lang.Object
From interface sun.management.counter.Counter
From interface sun.management.counter.LongCounter

Public Methods

public Object getValue ()

Returns an Object that encapsulates the data value of this counter

public long longValue ()

Get the value of this Long performance counter

Protected Methods

protected Object writeReplace ()

Serialize as a snapshot object.