javax.management.j2ee.statistics
Interface MessageDrivenBeanStats

All Superinterfaces:
EJBStats, Stats

public interface MessageDrivenBeanStats
extends EJBStats

Specifies the statistics provided by a message driven bean.

Version:
$Revision: 1.1 $
Author:
Laurent Etiemble

Method Summary
 CountStatistic getMessageCount()
          Returns the number of messages received.
 
Methods inherited from interface javax.management.j2ee.statistics.EJBStats
getCreateCount, getRemoveCount
 
Methods inherited from interface javax.management.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

Method Detail

getMessageCount

public CountStatistic getMessageCount()
Returns the number of messages received.

Returns:
The message count


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