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

Packages that use CIBCountStatistic
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 CIBCountStatistic in com.sun.mfwk.cib.sdk.statistics
 

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

Methods in com.sun.mfwk.cib.sdk.statistics that return CIBCountStatistic
 CIBCountStatistic CIBServicePerfStatsImpl.getFailedRequests()
          Returns a CIBValueStatistic representing the number of failed requests
 CIBCountStatistic CIBServicePerfStatsImpl.getInRequests()
          Returns a CIBCountStatistic representing the number of In Requests
 CIBCountStatistic CIBServicePerfStatsImpl.getOutRequests()
          Returns a CIBCountStatistic representing the number of Out Requests
 CIBCountStatistic CIBServicePerfStatsImpl.getAbortedRequests()
          Returns a CIBCountStatistic representing the number of Aborted Requests
 

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

Methods in com.sun.mfwk.cib.statistics that return CIBCountStatistic
 CIBCountStatistic CIBServicePerfStats.getFailedRequests()
          Returns a CIBValueStatistic representing the number of failed requests (requests with a failed status).
 CIBCountStatistic CIBServicePerfStats.getInRequests()
          Returns a CIBCountStatistic representing the number of requests arrived at the Component Product.
 CIBCountStatistic CIBServicePerfStats.getOutRequests()
          Returns a CIBCountStatistic representing the number of requests completed by the Component Product.
 CIBCountStatistic CIBServicePerfStats.getFailedRequests()
          Returns a CIBValueStatistic representing the number of failed requests (requests with a failed status).
 CIBCountStatistic CIBServicePerfStats.getInRequests()
          Returns a CIBCountStatistic representing the number of requests arrived at the Component Product.
 CIBCountStatistic CIBServicePerfStats.getOutRequests()
          Returns a CIBCountStatistic representing the number of requests completed by the Component Product.