javax.management.j2ee.statistics
Interface EJBStats

All Superinterfaces:
Stats
All Known Subinterfaces:
EntityBeanStats, MessageDrivenBeanStats, SessionBeanStats, StatefulSessionBeanStats, StatelessSessionBeanStats

public interface EJBStats
extends Stats

The EJBStats interface specifies statistics provided by all EJB component types.

EJB Stats Class Diagram

Version:
$Revision: 1.1 $
Author:
Laurent Etiemble

Method Summary
 CountStatistic getCreateCount()
          Returns the number of times the beans create method was called.
 CountStatistic getRemoveCount()
          Returns the number of times the beans remove method was called.
 
Methods inherited from interface javax.management.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

Method Detail

getCreateCount

public CountStatistic getCreateCount()
Returns the number of times the beans create method was called.

Returns:
The create count

getRemoveCount

public CountStatistic getRemoveCount()
Returns the number of times the beans remove method was called.

Returns:
The remove count


Copyright © 2002-2003 EJTools Org.. All Rights Reserved.