| javax.management.j2ee.statistics.Statistic
Statistic | public interface Statistic (Code) | | A statistic about a managed object.
|
Method Summary | |
public String | getDescription() A description of the statistic. | public long | getLastSampleTime() Returns the time that the last measurement was taken for this statistic,
the number of milliseconds sinch 00:00 January 1, 1970. | public String | getName() Returns the name of this statistics, corresponding to the name of the
Stats attribute that provides the value. | public long | getStartTime() Returns the time that the first measurement was taken for this statistic,
the number of milliseconds sinch 00:00 January 1, 1970. | public String | getUnit() Returns the unit of measurement for this statistic. |
getDescription | public String getDescription()(Code) | | A description of the statistic.
|
getLastSampleTime | public long getLastSampleTime()(Code) | | Returns the time that the last measurement was taken for this statistic,
the number of milliseconds sinch 00:00 January 1, 1970.
|
getName | public String getName()(Code) | | Returns the name of this statistics, corresponding to the name of the
Stats attribute that provides the value.
|
getStartTime | public long getStartTime()(Code) | | Returns the time that the first measurement was taken for this statistic,
the number of milliseconds sinch 00:00 January 1, 1970.
|
getUnit | public String getUnit()(Code) | | Returns the unit of measurement for this statistic.
TimeStatistic returns one of "HOUR", "MINUTE",
"SECOND", "MILLISECOND", "MICROSECOND", or "NANOSECOND".
|
|
|