| 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.
|
| org.glassfish.j2ee.statistics |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AverageRangeStatistic |
interface |
StringStatistic
Custom statistic type created for the Sun ONE Application Server.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AverageRangeStatisticImpl |
class |
BoundaryStatisticImpl
An implementation of a BoundaryStatistic.
|
class |
BoundedRangeStatisticImpl
An implementation of a BoundedRangeStatistic.
|
class |
CountStatisticImpl
An implementation of a CountStatistic.
|
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. |
class |
RangeStatisticImpl
An implementation of a RangeStatistic.
|
class |
StatisticImpl
An abstract class providing implementation of the Statistic interface
The intent is for this to be subclassed by all the StatisticImpls.
|
class |
StringStatisticImpl
A basic implementation of the StringStatistic Interface.
|
class |
TimeStatisticImpl
An implementation of a TimeStatistic.
|
| Modifier and Type | Method and Description |
|---|---|
Statistic |
GenericStatsImpl.getStatistic(String statisticName) |
Statistic[] |
GenericStatsImpl.getStatistics() |
Statistic |
MutableCountStatisticImpl.modifiableView() |
Statistic |
MutableAverageRangeStatisticImpl.modifiableView() |
Statistic |
MutableTimeStatisticImpl.modifiableView() |
Statistic |
MutableStatistic.modifiableView()
Returns an instance of Statistic whose state can be changed by the caller.
|
Statistic |
MutableBoundedRangeStatisticImpl.modifiableView() |
Statistic |
MutableCountStatisticImpl.unmodifiableView()
This method is the essence of this class.
|
Statistic |
MutableAverageRangeStatisticImpl.unmodifiableView() |
Statistic |
MutableTimeStatisticImpl.unmodifiableView()
This method is the essence of this class.
|
Statistic |
MutableStatistic.unmodifiableView()
Returns a read-only view of this Statistic.
|
Statistic |
MutableBoundedRangeStatisticImpl.unmodifiableView()
This method is the essence of this class.
|
| Modifier and Type | Interface and Description |
|---|---|
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 |
TimeStatistic
Specifies standard timing measurements.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2017. All rights reserved.