org.jboss.management.j2ee.statistics
Interface StatisticsProvider

All Known Subinterfaces:
EJBMBean, EntityBeanMBean, JCAResourceMBean, JMSResourceMBean, JTAResourceMBean, JVMMBean, MessageDrivenBeanMBean, ServletMBean, SessionBeanMBean, StatefulSessionBeanMBean, StatelessSessionBeanMBean
All Known Implementing Classes:
EJB, EntityBean, JCAResource, JMSResource, JTAResource, JVM, MessageDrivenBean, Servlet, SessionBean, StatefulSessionBean, StatelessSessionBean

public interface StatisticsProvider

Indicates that this Managed Object implements the JSR-77.6 StatisticsProvider model

Version:
$Revision: 1.5.6.3 $
Author:
Marc Fleury, Andreas Schaefer, Thomas Diesler

Method Summary
 javax.management.j2ee.statistics.Stats getstats()
           
 void resetStats()
          Called to reset all statistics in the provider
 

Method Detail

getstats

javax.management.j2ee.statistics.Stats getstats()
Returns:
The statistics container with all the statistics available

resetStats

void resetStats()
Called to reset all statistics in the provider



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