com.ibm.websphere.management.statistics
Interface TimeStatistic
All Superinterfaces:
All known implementing classes:
Deprecated. As of 6.0, replaced with
javax.management.j2ee.statistics.TimeStatistic
- public interface TimeStatistic
- extends Statistic
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getCount()
Deprecated.
|
|
getMaxTime()
Deprecated.
|
|
getMinTime()
Deprecated.
|
|
getTotalTime()
Deprecated.
|
Methods inherited from interface com.ibm.websphere.management.statistics.Statistic |
---|
getDescription, getLastSampleTime, getName, getStartTime, getUnit |
Method Detail
getMaxTime
- long getMaxTime()
Deprecated.
getMinTime
- long getMinTime()
Deprecated.
getCount
- long getCount()
Deprecated.
getTotalTime
- long getTotalTime()
Deprecated.