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 |
---|---|
javax.management.j2ee.statistics.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.
|
javax.management.j2ee.statistics.Statistic |
unmodifiableView()
Returns a read-only view of this Statistic.
|
javax.management.j2ee.statistics.Statistic unmodifiableView()
j2ee.statistic
and com.sun.enterprise.admin.monitor.stats
packages.javax.management.j2ee.statistics.Statistic modifiableView()
void reset()
Copyright © 2021. All rights reserved.