org.jboss.management.j2ee
Interface StatefulSessionBeanMBean

All Superinterfaces:
EJBMBean, J2EEManagedObjectMBean, SessionBeanMBean, StatisticsProvider
All Known Implementing Classes:
StatefulSessionBean

public interface StatefulSessionBeanMBean
extends SessionBeanMBean

MBean interface.


Method Summary
 javax.management.j2ee.statistics.Stats getstats()
          Query the ejb container and its mbeans for the bean stats: CreateCount, RemoveCount, MethodReadyCount, PassiveCount
 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()
Query the ejb container and its mbeans for the bean stats: CreateCount, RemoveCount, MethodReadyCount, PassiveCount

Specified by:
getstats in interface EJBMBean
Specified by:
getstats in interface StatisticsProvider
Returns:
the StatefulSessionBeanStats for this bean

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.