Uses of Interface
com.sun.mfwk.cib.statistics.CIBRangeStatistic

Packages that use CIBRangeStatistic
com.sun.mfwk.cib.sdk.statistics This package provides default implementations for the stats and statistics model. 
com.sun.mfwk.cib.statistics This package provides interfaces that should be implemented by each component providing statistics and set of statistics for monitored objects.  
 

Uses of CIBRangeStatistic in com.sun.mfwk.cib.sdk.statistics
 

Classes in com.sun.mfwk.cib.sdk.statistics that implement CIBRangeStatistic
 class CIBRangeStatisticImpl
          Provides a default implementation of a CIBRangeStatistic
 

Methods in com.sun.mfwk.cib.sdk.statistics that return CIBRangeStatistic
 CIBRangeStatistic CIBServicePerfStatsImpl.getOutstandingRequests()
          Returns a CIBRangeStatistic representing the Outstanding Requests statistics The current value is (NbInRequests-(NbOutRequests+NbFailedRequests+NbAbortedRequests)) The processing does not take into account the number of Abort requests
 

Uses of CIBRangeStatistic in com.sun.mfwk.cib.statistics
 

Methods in com.sun.mfwk.cib.statistics that return CIBRangeStatistic
 CIBRangeStatistic CIBServicePerfStats.getOutstandingRequests()
          Returns a CIBRangeStatistic representing the OutstandingRequests statistics.
 CIBRangeStatistic CIBServicePerfStats.getOutstandingRequests()
          Returns a CIBRangeStatistic representing the OutstandingRequests statistics.