org.jboss.management.j2ee
Interface MessageDrivenBeanMBean

All Superinterfaces:
EJBMBean, J2EEManagedObjectMBean, StatisticsProvider
All Known Implementing Classes:
MessageDrivenBean

public interface MessageDrivenBeanMBean
extends EJBMBean

MBean interface.


Method Summary
 javax.management.j2ee.statistics.Stats getstats()
          Obtain the Stats from the StatisticsProvider.
 void resetStats()
          Reset all statistics in the StatisticsProvider
 
Methods inherited from interface org.jboss.management.j2ee.J2EEManagedObjectMBean
addChild, getobjectName, getparent, iseventProvider, isstateManageable, isstatisticsProvider, removeChild, setparent
 

Method Detail

getstats

javax.management.j2ee.statistics.Stats getstats()
Description copied from interface: EJBMBean
Obtain the Stats from the StatisticsProvider.

Specified by:
getstats in interface EJBMBean
Specified by:
getstats in interface StatisticsProvider
Returns:
An EJBStats subclass

resetStats

void resetStats()
Description copied from interface: EJBMBean
Reset all statistics in the StatisticsProvider

Specified by:
resetStats in interface EJBMBean
Specified by:
resetStats in interface StatisticsProvider


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.