org.apache.geronimo.management.stats
Class CountStatisticImpl
java.lang.Object
  
org.apache.geronimo.management.stats.StatisticImpl
      
org.apache.geronimo.management.stats.CountStatisticImpl
- All Implemented Interfaces: 
 - Serializable, CountStatistic, Statistic
 
public class CountStatisticImpl
- extends StatisticImpl
- implements CountStatistic
  
- See Also:
 - Serialized Form
 
 
| Fields inherited from class org.apache.geronimo.management.stats.StatisticImpl | 
UNIT_COUNT, UNIT_MEMORY_BYTES, UNIT_MEMORY_GIGABYTES, UNIT_MEMORY_KILOBYTES, UNIT_MEMORY_MEGABYTES, UNIT_TIME_HOUR, UNIT_TIME_MICROSECOND, UNIT_TIME_MILLISECOND, UNIT_TIME_MINUTE, UNIT_TIME_NANOSECOND, UNIT_TIME_SECOND | 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
CountStatisticImpl
public CountStatisticImpl(String name,
                          String unit,
                          String description)
CountStatisticImpl
public CountStatisticImpl(String name,
                          String unit,
                          String description,
                          long count)
getCount
public long getCount()
- Specified by:
 getCount in interface CountStatistic
 
 
setCount
public void setCount(long count)
 
 
Copyright © 2006 Apache Software Foundation. All Rights Reserved.