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

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

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

Methods in com.sun.mfwk.cib.sdk.statistics that return CIBValueStatistic
 CIBValueStatistic CIBApplicationPerfStatsImpl.getAverageResidentTime()
          Get the Average ResidentTime
 CIBValueStatistic CIBApplicationPerfStatsImpl.getAverageServiceTime()
          Gets the Average ServiceTime
 CIBValueStatistic CIBApplicationPerfStatsImpl.getTotalFailedRequests()
          Get the Total FailedRequests of the Application
 CIBValueStatistic CIBApplicationPerfStatsImpl.getTotalInRequests()
          Gets the Total InRequests of the application
 CIBValueStatistic CIBApplicationPerfStatsImpl.getTotalOutRequests()
          Gets the Total OutRequests
 CIBValueStatistic CIBExternalResourcePerfStatsImpl.getAccumulatedOutboundAssociations()
          Returns a Statistic representing the total number of associations to the application entity since application initialization, where it was the initiator.
 CIBValueStatistic CIBExternalResourcePerfStatsImpl.getFailedOutboundAssociations()
          Returns a Statistic representing the total number associations where the application entity is initiator and association establishment has failed, since application initialization.
 CIBValueStatistic CIBExternalResourcePerfStatsImpl.getOutboundAssociations()
          Return a Statistic representing the number of current associations to the network service application, where it is the initiator.
 CIBValueStatistic CIBExternalResourcePerfStatsImpl.getLastOutboundActivity()
          Returns a Statistic representing the value of sysUpTime at the time this application last had an outbound association.
 CIBValueStatistic CIBExternalResourcePerfStatsImpl.getFailedQueries()
          Returns a Statistic object containing the number of failed queries
 CIBValueStatistic CIBResourcePerfStatsImpl.getFailedOperations()
          Return a statistic object containing the number of failed operations
 

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

Methods in com.sun.mfwk.cib.statistics that return CIBValueStatistic
 CIBValueStatistic CIBExternalResourcePerfStats.getAccumulatedOutboundAssociations()
          Returns a Statistic representing the total number of associations to the application entity since application initialization, where it was the initiator.
 CIBValueStatistic CIBExternalResourcePerfStats.getFailedOutboundAssociations()
          Returns a Statistic representing the total number associations where the application entity is initiator and association establishment has failed, since application initialization.
 CIBValueStatistic CIBExternalResourcePerfStats.getOutboundAssociations()
          Return a Statistic representing the number of current associations to the network service application, where it is the initiator.
 CIBValueStatistic CIBExternalResourcePerfStats.getLastOutboundActivity()
          Returns a Statistic representing the value of sysUpTime at the time this application last had an outbound association.
 CIBValueStatistic CIBExternalResourcePerfStats.getFailedQueries()
          Returns a Statistic object containing the number of failed queries
 CIBValueStatistic CIBResourcePerfStats.getFailedOperations()
          Return a statistic object containing the number of failed operations
 CIBValueStatistic CIBResourcePerfStats.getFailedOperations()
          Return a statistic object containing the number of failed operations
 CIBValueStatistic CIBExternalResourcePerfStats.getAccumulatedOutboundAssociations()
          Returns a Statistic representing the total number of associations to the application entity since application initialization, where it was the initiator.
 CIBValueStatistic CIBExternalResourcePerfStats.getFailedOutboundAssociations()
          Returns a Statistic representing the total number associations where the application entity is initiator and association establishment has failed, since application initialization.
 CIBValueStatistic CIBExternalResourcePerfStats.getOutboundAssociations()
          Return a Statistic representing the number of current associations to the network service application, where it is the initiator.
 CIBValueStatistic CIBExternalResourcePerfStats.getLastOutboundActivity()
          Returns a Statistic representing the value of sysUpTime at the time this application last had an outbound association.
 CIBValueStatistic CIBExternalResourcePerfStats.getFailedQueries()
          Returns a Statistic object containing the number of failed queries