FileDocCategorySizeDatePackage
Statistic.javaAPI DocGlassfish v2 API2975Fri May 04 22:34:04 BST 2007javax.management.j2ee.statistics

Statistic

public interface Statistic
The Statistic model and its sub-models specify the data models which are requried to be used to provide the performance data described by the specific attributes in the Stats models.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetDescription()
A human-readable description of the Statistic.

public longgetLastSampleTime()
The time of the last measurement represented as a long, whose value is the number of milliseconds since January 1, 1970, 00:00:00.

public java.lang.StringgetName()
The name of this Statistic.

public longgetStartTime()
The time of the first measurement represented as a long, whose value is the number of milliseconds since January 1, 1970, 00:00:00.

public java.lang.StringgetUnit()
The unit of measurement for this Statistic. Valid values for TimeStatistic measurements are "HOUR", "MINUTE", "SECOND", "MILLISECOND", "MICROSECOND" and "NANOSECOND".