org.jboss.management.j2ee
Interface JMSResourceMBean

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

public interface JMSResourceMBean
extends J2EEResourceMBean, StatisticsProvider

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()
Obtain the Stats from the StatisticsProvider.

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

resetStats

void resetStats()
Reset all statistics in the StatisticsProvider

Specified by:
resetStats in interface StatisticsProvider


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