|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MutableCountStatistic
An interface that imparts mutability to a CountStatistic by the
virtue of extending MutableStatistic.
| Method Summary | |
|---|---|
void |
setCount(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 |
| Method Detail |
|---|
void setCount(long current)
current - long that specifies the value when measured (sampled).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||