Package com.bea.wli.monitoring
Class StatisticValue.CountStatistic
java.lang.Object
com.bea.wli.monitoring.StatisticValue
com.bea.wli.monitoring.StatisticValue.CountStatistic
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
StatisticValue.IntervalStatistic
- Enclosing class:
- StatisticValue
Class to represent statistic value of type count.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.bea.wli.monitoring.StatisticValue
StatisticValue.CountStatistic, StatisticValue.IntervalStatistic, StatisticValue.StatusStatistic
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bea.wli.monitoring.StatisticValue
getName, getType
-
Constructor Details
-
CountStatistic
-
-
Method Details
-
getCount
public long getCount()Gets statistics count.- Returns:
- Count.
-