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
 
public static class StatisticValue.CountStatistic
- extends StatisticValue
 
Class to represent statistic value of type count.
- See Also:
 - Serialized Form
 
 
 
 
| 
Method Summary | 
 long | 
getCount()
 
          Gets statistics count. | 
 
 
 
StatisticValue.CountStatistic
public StatisticValue.CountStatistic(String name,
                                     StatisticType type,
                                     long count)
getCount
public long getCount()
- Gets statistics count.
- Returns:
 - Count.