public class

PerfStringCounter

extends PerfByteArrayCounter
implements StringCounter
java.lang.Object
   ↳ sun.management.counter.AbstractCounter
     ↳ sun.management.counter.perf.PerfByteArrayCounter
       ↳ sun.management.counter.perf.PerfStringCounter

Summary

Public Methods
Object getValue()
Returns an Object that encapsulates the data value of this counter
int getVectorLength()
return the length of the vector
boolean isVector()
Return true if this performance counter is a vector
String stringValue()
Get a copy of the value of the StringCounter.
Protected Methods
Object writeReplace()
Serialize as a snapshot object.
[Expand]
Inherited Methods
From class sun.management.counter.perf.PerfByteArrayCounter
From class sun.management.counter.AbstractCounter
From class java.lang.Object
From interface sun.management.counter.ByteArrayCounter
From interface sun.management.counter.Counter
From interface sun.management.counter.StringCounter

Public Methods

public Object getValue ()

Returns an Object that encapsulates the data value of this counter

public int getVectorLength ()

return the length of the vector

public boolean isVector ()

Return true if this performance counter is a vector

public String stringValue ()

Get a copy of the value of the StringCounter.

Protected Methods

protected Object writeReplace ()

Serialize as a snapshot object.