|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.management.j2ee.statistics.StatsBase (src)
org.jboss.management.j2ee.statistics.EJBStatsImpl
The JSR77.6.11 EJBStats implementation
Constructor Summary | |
EJBStatsImpl()
|
|
EJBStatsImpl(CountStatistic (src) createCount,
CountStatistic (src) removeCount)
|
Method Summary | |
CountStatistic (src) |
getCreateCount()
Number of times create was called. |
CountStatistic (src) |
getRemoveCount()
Number of times remove was called. |
Methods inherited from class org.jboss.management.j2ee.statistics.StatsBase (src) |
addStatistic, getStatistic, getStatisticNames, getStatistics, reset, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.management.j2ee.statistics.Stats (src) |
getStatistic, getStatisticNames, getStatistics |
Constructor Detail |
public EJBStatsImpl()
public EJBStatsImpl(CountStatistic (src) createCount, CountStatistic (src) removeCount)
Method Detail |
public CountStatistic (src) getCreateCount()
EJBStats (src)
getCreateCount
in interface EJBStats (src)
public CountStatistic (src) getRemoveCount()
EJBStats (src)
getRemoveCount
in interface EJBStats (src)
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |