|
|||||||||||
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
Provides default implementation of a CIBPerfStats provider
Field Summary |
Fields inherited from interface com.sun.mfwk.cib.statistics.CIBStats |
CIBStatsVersion |
Constructor Summary | |
CIBPerfStatsImpl()
|
Method Summary | |
void |
destroy()
Reset the statictics object of the stats |
javax.management.j2ee.statistics.Statistic |
getStatistic(java.lang.String name)
Returns the Statistic based on its name |
java.lang.String[] |
getStatisticNames()
Returns the Statistic names supported by the Stats object |
javax.management.j2ee.statistics.Statistic[] |
getStatistics()
Returns the all the statistic objects of the Stats object |
void |
init()
Initialize and reset the statistic objects of the stats |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.sun.mfwk.cib.statistics.CIBStats |
fromCompositeData, toCompositeData |
Constructor Detail |
public CIBPerfStatsImpl()
Method Detail |
public java.lang.String[] getStatisticNames()
getStatisticNames
in interface javax.management.j2ee.statistics.Stats
public javax.management.j2ee.statistics.Statistic getStatistic(java.lang.String name)
getStatistic
in interface javax.management.j2ee.statistics.Stats
name
- String
public javax.management.j2ee.statistics.Statistic[] getStatistics()
getStatistics
in interface javax.management.j2ee.statistics.Stats
public void init() throws CIBIOException, CIBException
init
in interface CIBProvider
CIBException
CIBIOException
public void destroy() throws CIBIOException, CIBException
destroy
in interface CIBProvider
CIBException
CIBIOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |