public interface MutableStatistic extends Serializable
Methods of this class should be called judiciously by the component that is gathering the statistics.
| Modifier and Type | Method and Description |
|---|---|
Statistic |
modifiableView()
Returns an instance of Statistic whose state can be changed by the caller.
|
void |
reset()
Resets the encapsulated Statistic interface to its initial value.
|
Statistic |
unmodifiableView()
Returns a read-only view of this Statistic.
|
Statistic unmodifiableView()
j2ee.statistic
and com.sun.enterprise.admin.monitor.stats packages.Statistic modifiableView()
void reset()
Copyright © 2015. All rights reserved.