com.ibm.websphere.management.statistics

Interface CountStatistic

All Superinterfaces:
Statistic
All known implementing classes:
CountStatisticImpl

Deprecated. As of 6.0, replaced with javax.management.j2ee.statistics.CountStatistic
  1. public interface CountStatistic
  2. extends Statistic

Method Summary

Modifier and Type Method and Description
  1. long
getCount()
Deprecated.
Methods inherited from interface com.ibm.websphere.management.statistics.Statistic
getDescription, getLastSampleTime, getName, getStartTime, getUnit

Method Detail

getCount

  1. long getCount()
Deprecated.