org.jboss.management.j2ee.statistics
Class JTAStatsImpl

java.lang.Object
  extended byorg.jboss.management.j2ee.statistics.StatsBase (src) 
      extended byorg.jboss.management.j2ee.statistics.JTAStatsImpl
All Implemented Interfaces:
JTAStats (src) , java.io.Serializable, Stats (src)

public class JTAStatsImpl
extends StatsBase (src)
implements JTAStats (src)

The JSR77.6.30 JTAStats implementation

See Also:
Serialized Form

Constructor Summary
JTAStatsImpl()
           
JTAStatsImpl(CountStatistic (src)  activeCount, CountStatistic (src)  commitCount, CountStatistic (src)  rollbackCount)
           
 
Method Summary
 CountStatistic (src) getActiveCount()
          Number of active transactions.
 CountStatistic (src) getCommittedCount()
          Number of committed transactions.
 CountStatistic (src) getRolledbackCount()
          Number of rolled-back transactions.
 
Methods inherited from class org.jboss.management.j2ee.statistics.StatsBase (src)
addStatistic, getStatistic, getStatisticNames, getStatistics, reset, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.management.j2ee.statistics.Stats (src)
getStatistic, getStatisticNames, getStatistics
 

Constructor Detail

JTAStatsImpl

public JTAStatsImpl()

JTAStatsImpl

public JTAStatsImpl(CountStatistic (src)  activeCount,
                    CountStatistic (src)  commitCount,
                    CountStatistic (src)  rollbackCount)
Method Detail

getActiveCount

public CountStatistic (src)  getActiveCount()
Description copied from interface: JTAStats (src)
Number of active transactions.

Specified by:
getActiveCount in interface JTAStats (src)

getCommittedCount

public CountStatistic (src)  getCommittedCount()
Description copied from interface: JTAStats (src)
Number of committed transactions.

Specified by:
getCommittedCount in interface JTAStats (src)

getRolledbackCount

public CountStatistic (src)  getRolledbackCount()
Description copied from interface: JTAStats (src)
Number of rolled-back transactions.

Specified by:
getRolledbackCount in interface JTAStats (src)