com.sun.appserv.management.j2ee.statistics
Class CountStatisticImpl
java.lang.Object
com.sun.appserv.management.j2ee.statistics.StatisticImpl
com.sun.appserv.management.j2ee.statistics.CountStatisticImpl
- All Implemented Interfaces:
- Serializable, CountStatistic, Statistic
public class CountStatisticImpl
- extends StatisticImpl
- implements CountStatistic, Serializable
- See Also:
- Serialized Form
CountStatisticImpl
public CountStatisticImpl(String name,
String description,
String unit,
long startTime,
long lastSampleTime,
long count)
CountStatisticImpl
public CountStatisticImpl(CompositeData compositeData)
CountStatisticImpl
public CountStatisticImpl(CountStatistic s)
CountStatisticImpl
public CountStatisticImpl(MapStatistic s)
CountStatisticImpl
public CountStatisticImpl(Map<String,?> data)
getCount
public long getCount()
- Description copied from interface:
CountStatistic
- The count since the last reset.
- Specified by:
getCount
in interface CountStatistic
hashCode
public int hashCode()
- Overrides:
hashCode
in class StatisticImpl
equals
public boolean equals(Object rhs)
- Overrides:
equals
in class StatisticImpl
Submit a bug or feature Copyright 2006 Sun Microsystems, Inc. All rights reserved.