|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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 EJBModuleStatspublic CountStatistic getStatelessSessionBeanCount()
getStatelessSessionBeanCount in interface EJBModuleStatspublic CountStatistic getStatefulSessionBeanCount()
getStatefulSessionBeanCount in interface EJBModuleStatspublic CountStatistic getMessageDrivenBeanCount()
getMessageDrivenBeanCount in interface EJBModuleStatspublic CountStatistic getTotalBeanCount()
getTotalBeanCount in interface EJBModuleStatspublic 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 | |||||||||