|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.mfwk.cib.sdk.statistics.CIBPerfStatsImpl
com.sun.mfwk.cib.sdk.statistics.CIBApplicationPerfStatsImpl
Provides a default implementation of a CIBApplicationPerfStats provider for a CIBApplication. This implementation is fully based on the Java-ES MF Instrumentation SDK.
Field Summary |
Fields inherited from interface com.sun.mfwk.cib.statistics.CIBStats |
CIBStatsVersion |
Constructor Summary | |
CIBApplicationPerfStatsImpl()
Constructor |
|
CIBApplicationPerfStatsImpl(CIBServicePerfStats[] services)
Constructor |
Method Summary | |
void |
addServicesPerfStats(CIBServicePerfStats[] services)
Set the services providers on the application providers |
void |
destroy()
destroy the statistics and clean the statistics objects/values when needed, close all the communications. |
CIBStats |
fromCompositeData(javax.management.openmbean.CompositeData data)
Returns a CIBStats object from a compsoite data object |
CIBValueStatistic |
getAverageResidentTime()
Get the Average ResidentTime |
CIBValueStatistic |
getAverageServiceTime()
Gets the Average ServiceTime |
CIBValueStatistic |
getTotalFailedRequests()
Get the Total FailedRequests of the Application |
CIBValueStatistic |
getTotalInRequests()
Gets the Total InRequests of the application |
CIBValueStatistic |
getTotalOutRequests()
Gets the Total OutRequests |
void |
init()
Initialize the statistics mechanism. |
javax.management.openmbean.CompositeData |
toCompositeData()
toCompositeData |
Methods inherited from class com.sun.mfwk.cib.sdk.statistics.CIBPerfStatsImpl |
getStatistic, getStatisticNames, getStatistics |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.management.j2ee.statistics.Stats |
getStatistic, getStatisticNames, getStatistics |
Constructor Detail |
public CIBApplicationPerfStatsImpl(CIBServicePerfStats[] services)
services
- CIBServicePerfStats[]public CIBApplicationPerfStatsImpl()
Method Detail |
public void addServicesPerfStats(CIBServicePerfStats[] services)
services
- CIBServicePerfStats[]public CIBValueStatistic getAverageResidentTime() throws CIBIOException, CIBAttributeNotFoundException
CIBIOException
CIBAttributeNotFoundException
public CIBValueStatistic getAverageServiceTime() throws CIBIOException, CIBAttributeNotFoundException
CIBIOException
CIBAttributeNotFoundException
public CIBValueStatistic getTotalFailedRequests() throws CIBIOException, CIBAttributeNotFoundException
CIBIOException
CIBAttributeNotFoundException
public CIBValueStatistic getTotalInRequests() throws CIBIOException, CIBAttributeNotFoundException
CIBIOException
CIBAttributeNotFoundException
public CIBValueStatistic getTotalOutRequests() throws CIBIOException, CIBAttributeNotFoundException
CIBIOException
CIBAttributeNotFoundException
public void init() throws CIBIOException, CIBException
init
in interface CIBProvider
init
in class CIBPerfStatsImpl
CIBIOException
CIBException
public void destroy() throws CIBIOException, CIBException
destroy
in interface CIBProvider
destroy
in class CIBPerfStatsImpl
CIBIOException
CIBException
public javax.management.openmbean.CompositeData toCompositeData() throws javax.management.openmbean.OpenDataException
toCompositeData
in interface CIBStats
javax.management.openmbean.OpenDataException
public CIBStats fromCompositeData(javax.management.openmbean.CompositeData data)
fromCompositeData
in interface CIBStats
data
- CompositeData
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |