Interface MutableCountStatistic
-
- All Superinterfaces:
MutableStatistic,Serializable
- All Known Implementing Classes:
MutableAverageRangeStatisticImpl,MutableBoundedRangeStatisticImpl,MutableCountStatisticImpl
public interface MutableCountStatistic extends MutableStatistic
An interface that imparts mutability to aCountStatisticby the virtue of extending MutableStatistic.- Since:
- S1AS8.0
- Version:
- 1.0
- Author:
- Kedar Mhaswade
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetCount(long current)Provides the mutator to the only statistic in the implementing class that changes - Count.-
Methods inherited from interface com.sun.enterprise.admin.monitor.stats.MutableStatistic
modifiableView, reset, unmodifiableView
-
-