public interface

Counter

implements Serializable
sun.management.counter.Counter
Known Indirect Subclasses

Class Overview

The base class for a performance counter.

Summary

Public Methods
abstract int getFlags()
Return the flags associated with the counter.
abstract String getName()
Returns the name of this performance counter
abstract Units getUnits()
Returns the Units for this performance counter
abstract Object getValue()
Returns an Object that encapsulates the data value of this counter
abstract Variability getVariability()
Returns the Variability for this performance counter
abstract int getVectorLength()
Returns the length of the vector
abstract boolean isInternal()
Returns true if this counter is an internal counter.
abstract boolean isVector()
Returns true if this performance counter is a vector

Public Methods

public abstract int getFlags ()

Return the flags associated with the counter.

public abstract String getName ()

Returns the name of this performance counter

public abstract Units getUnits ()

Returns the Units for this performance counter

public abstract Object getValue ()

Returns an Object that encapsulates the data value of this counter

public abstract Variability getVariability ()

Returns the Variability for this performance counter

public abstract int getVectorLength ()

Returns the length of the vector

public abstract boolean isInternal ()

Returns true if this counter is an internal counter.

public abstract boolean isVector ()

Returns true if this performance counter is a vector