|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.geronimo.management.stats.StatsImpl org.apache.geronimo.management.stats.EJBModuleStatsImpl
public class EJBModuleStatsImpl
EJB module statistics implementation
Constructor Summary | |
---|---|
EJBModuleStatsImpl()
Default constructor which constructs the different EJB type statistic |
Method Summary | |
---|---|
CountStatistic |
getEntityBeanCount()
Get the entity bean count |
CountStatisticImpl |
getEntityBeanCountImpl()
Get the entity bean count |
CountStatistic |
getMessageDrivenBeanCount()
Get the message driven bean count |
CountStatisticImpl |
getMessageDrivenBeanCountImpl()
Get the message driven bean count |
CountStatistic |
getStatefulSessionBeanCount()
Get the statefull session bean count |
CountStatisticImpl |
getStatefulSessionBeanCountImpl()
Get the statefull session bean count |
CountStatistic |
getStatelessSessionBeanCount()
Get the stateless session bean count |
CountStatisticImpl |
getStatelessSessionBeanCountImpl()
Get the stateless session bean count |
CountStatistic |
getTotalBeanCount()
Get the total bean count |
CountStatisticImpl |
getTotalBeanCountImpl()
Get the total bean count |
Methods inherited from class org.apache.geronimo.management.stats.StatsImpl |
---|
addStat, getStatistic, getStatisticNames, getStatistics, removeStat, setLastSampleTime, setStartTime |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.management.j2ee.statistics.Stats |
---|
getStatistic, getStatisticNames, getStatistics |
Constructor Detail |
---|
public EJBModuleStatsImpl()
Method Detail |
---|
public CountStatistic getEntityBeanCount()
getEntityBeanCount
in interface EJBModuleStats
public CountStatistic getStatelessSessionBeanCount()
getStatelessSessionBeanCount
in interface EJBModuleStats
public CountStatistic getStatefulSessionBeanCount()
getStatefulSessionBeanCount
in interface EJBModuleStats
public CountStatistic getMessageDrivenBeanCount()
getMessageDrivenBeanCount
in interface EJBModuleStats
public CountStatistic getTotalBeanCount()
getTotalBeanCount
in interface EJBModuleStats
public CountStatisticImpl getEntityBeanCountImpl()
public CountStatisticImpl getStatelessSessionBeanCountImpl()
public CountStatisticImpl getStatefulSessionBeanCountImpl()
public CountStatisticImpl getMessageDrivenBeanCountImpl()
public CountStatisticImpl getTotalBeanCountImpl()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |