|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Statistic | |
|---|---|
| org.glassfish.external.statistics | |
| org.glassfish.external.statistics.impl | |
| Uses of Statistic in org.glassfish.external.statistics |
|---|
| Subinterfaces of Statistic in org.glassfish.external.statistics | |
|---|---|
interface |
AverageRangeStatistic
An interface that Specifies standard measurements of the lowest and highest values an attribute has held as well as its current value. |
interface |
BoundaryStatistic
Specifies standard measurements of the upper and lower limits of the value of an attribute. |
interface |
BoundedRangeStatistic
The BoundedRangeStatistic model aggregates the attributes of RangeStatistic and BoundaryStatistic and provides standard measurements of a range that has fixed limits. |
interface |
CountStatistic
Specifies standard count measurements. |
interface |
RangeStatistic
Specifies standard measurements of the lowest and highest values an attribute has held as well as its current value. |
interface |
StringStatistic
Custom statistic type created for the Sun ONE Application Server. |
interface |
TimeStatistic
Specifies standard timing measurements. |
| Methods in org.glassfish.external.statistics that return Statistic | |
|---|---|
Statistic |
Stats.getStatistic(String statisticName)
Get a Statistic by name. |
Statistic[] |
Stats.getStatistics()
Returns an array containing all of the Statistic objects supported by this Stats object. |
| Uses of Statistic in org.glassfish.external.statistics.impl |
|---|
| Classes in org.glassfish.external.statistics.impl that implement Statistic | |
|---|---|
class |
AverageRangeStatisticImpl
An implementation of AverageRangeStatistic that provides ways to change the state externally through mutators. |
class |
BoundaryStatisticImpl
|
class |
BoundedRangeStatisticImpl
|
class |
CountStatisticImpl
|
class |
RangeStatisticImpl
|
class |
StatisticImpl
|
class |
StringStatisticImpl
|
class |
TimeStatisticImpl
|
| Methods in org.glassfish.external.statistics.impl that return Statistic | |
|---|---|
Statistic |
StatsImpl.getStatistic(String statisticName)
|
Statistic[] |
StatsImpl.getStatistics()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||