org.jboss.management.j2ee
Interface JTAResourceMBean

All Superinterfaces:
J2EEManagedObjectMBean, J2EEResourceMBean, StatisticsProvider
All Known Implementing Classes:
JTAResource

public interface JTAResourceMBean
extends J2EEResourceMBean, StatisticsProvider

MBean interface.


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

Method Detail

getstats

public javax.management.j2ee.statistics.Stats getstats()
Obtain the Stats from the StatisticsProvider.

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


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