FileDocCategorySizeDatePackage
MutableCountStatistic.javaAPI DocGlassfish v2 API2817Fri May 04 22:25:48 BST 2007com.sun.enterprise.admin.monitor.stats

MutableCountStatistic

public interface MutableCountStatistic implements MutableStatistic
An interface that imparts mutability to a {@link CountStatistic} by the virtue of extending MutableStatistic.
author
Kedar Mhaswade
since
S1AS8.0
version
1.0

Fields Summary
Constructors Summary
Methods Summary
public voidsetCount(long current)
Provides the mutator to the only statistic in the implementing class that changes - Count. It is expected that the count is monotonically increasing on a temporal scale.

param
current long that specifies the value when measured (sampled).