org.apache.geronimo.management.stats
Class EJBModuleStatsImpl

java.lang.Object
  extended by org.apache.geronimo.management.stats.StatsImpl
      extended by org.apache.geronimo.management.stats.EJBModuleStatsImpl
All Implemented Interfaces:
Serializable, Stats, EJBModuleStats

public class EJBModuleStatsImpl
extends StatsImpl
implements EJBModuleStats

EJB module statistics implementation

See Also:
Serialized Form

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, 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

EJBModuleStatsImpl

public EJBModuleStatsImpl()
Default constructor which constructs the different EJB type statistic

Method Detail

getEntityBeanCount

public CountStatistic getEntityBeanCount()
Get the entity bean count

Specified by:
getEntityBeanCount in interface EJBModuleStats

getStatelessSessionBeanCount

public CountStatistic getStatelessSessionBeanCount()
Get the stateless session bean count

Specified by:
getStatelessSessionBeanCount in interface EJBModuleStats

getStatefulSessionBeanCount

public CountStatistic getStatefulSessionBeanCount()
Get the statefull session bean count

Specified by:
getStatefulSessionBeanCount in interface EJBModuleStats

getMessageDrivenBeanCount

public CountStatistic getMessageDrivenBeanCount()
Get the message driven bean count

Specified by:
getMessageDrivenBeanCount in interface EJBModuleStats

getTotalBeanCount

public CountStatistic getTotalBeanCount()
Get the total bean count

Specified by:
getTotalBeanCount in interface EJBModuleStats

getEntityBeanCountImpl

public CountStatisticImpl getEntityBeanCountImpl()
Get the entity bean count


getStatelessSessionBeanCountImpl

public CountStatisticImpl getStatelessSessionBeanCountImpl()
Get the stateless session bean count


getStatefulSessionBeanCountImpl

public CountStatisticImpl getStatefulSessionBeanCountImpl()
Get the statefull session bean count


getMessageDrivenBeanCountImpl

public CountStatisticImpl getMessageDrivenBeanCountImpl()
Get the message driven bean count


getTotalBeanCountImpl

public CountStatisticImpl getTotalBeanCountImpl()
Get the total bean count



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.