com.bea.wli.monitoring
Class StatisticValue.CountStatistic

java.lang.Object
  extended by com.bea.wli.monitoring.StatisticValue
      extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class com.bea.wli.monitoring.StatisticValue
StatisticValue.CountStatistic, StatisticValue.IntervalStatistic
 
Constructor Summary
StatisticValue.CountStatistic(String name, StatisticType type, long count)
           
 
Method Summary
 long getCount()
          Gets statistics count.
 
Methods inherited from class com.bea.wli.monitoring.StatisticValue
getName, getType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatisticValue.CountStatistic

public StatisticValue.CountStatistic(String name,
                                     StatisticType type,
                                     long count)
Method Detail

getCount

public long getCount()
Gets statistics count.

Returns:
Count.