| Package | Description |
|---|---|
| com.sun.enterprise.admin.monitor.stats |
Provides for implementations of various Stats interfaces. These Stats interfaces
are based on those defined by JSR 77.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableCountStatistic
An interface that imparts mutability to a
CountStatistic by the
virtue of extending MutableStatistic. |
interface |
MutableTimeStatistic
Provides mutable nature to the
TimeStatistic. |
| Modifier and Type | Class and Description |
|---|---|
class |
MutableAverageRangeStatisticImpl |
class |
MutableBoundedRangeStatisticImpl
An implementation of MutableCountStatistic that provides ways to change the state externally through mutators.
|
class |
MutableCountStatisticImpl
An implementation of MutableCountStatistic that provides ways to change the state externally through mutators.
|
class |
MutableTimeStatisticImpl
An implementation of
MutableTimeStatistic that eases the various
statistical calculations. |
Copyright © 2014. All rights reserved.