com.sun.mfwk.cib.statistics
Interface CIBResourcePerfStats
- All Superinterfaces:
- CIBPerfStats, CIBProvider, CIBStats, javax.management.j2ee.statistics.Stats
- public interface CIBResourcePerfStats
- extends CIBPerfStats
Provides methods that should be implemented by a CIBResourcePerfStats provider
providing performance data for a CIBResource
Methods inherited from interface javax.management.j2ee.statistics.Stats |
getStatistic, getStatisticNames, getStatistics |
getOperationTime
public CIBTimeStatistic getOperationTime()
throws CIBIOException,
CIBAttributeNotFoundException
- Return statistic object containing values regarding the Operation Time
- Returns:
- CIBTimeStatistic
- Throws:
CIBIOException
CIBAttributeNotFoundException
getFailedOperations
public CIBValueStatistic getFailedOperations()
throws CIBIOException,
CIBAttributeNotFoundException
- Return a statistic object containing the number of failed operations
- Returns:
- CIBValueStatistic
- Throws:
CIBIOException
CIBAttributeNotFoundException