org.apache.geronimo.management.stats
Interface EJBModuleStats

All Superinterfaces:
Stats
All Known Implementing Classes:
EJBModuleStatsImpl

public interface EJBModuleStats
extends Stats

EJB Module statistics interface


Method Summary
 CountStatistic getEntityBeanCount()
          Get the entity bean count
 CountStatistic getMessageDrivenBeanCount()
          Get the message driven bean count
 CountStatistic getStatefulSessionBeanCount()
          Get the statefull session bean count
 CountStatistic getStatelessSessionBeanCount()
          Get the stateless session bean count
 CountStatistic getTotalBeanCount()
          Get the total bean count
 
Methods inherited from interface javax.management.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

Method Detail

getEntityBeanCount

CountStatistic getEntityBeanCount()
Get the entity bean count


getStatelessSessionBeanCount

CountStatistic getStatelessSessionBeanCount()
Get the stateless session bean count


getStatefulSessionBeanCount

CountStatistic getStatefulSessionBeanCount()
Get the statefull session bean count


getMessageDrivenBeanCount

CountStatistic getMessageDrivenBeanCount()
Get the message driven bean count


getTotalBeanCount

CountStatistic getTotalBeanCount()
Get the total bean count



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.