javax.management.j2ee.statistics
Interface JTAStats

All Superinterfaces:
Stats (src)
All Known Implementing Classes:
JTAStatsImpl (src)

public interface JTAStats
extends Stats (src)

Specifies the statistics provided by a JTA resource.


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 interface javax.management.j2ee.statistics.Stats (src)
getStatistic, getStatisticNames, getStatistics
 

Method Detail

getActiveCount

public CountStatistic (src)  getActiveCount()
Number of active transactions.


getCommittedCount

public CountStatistic (src)  getCommittedCount()
Number of committed transactions.


getRolledbackCount

public CountStatistic (src)  getRolledbackCount()
Number of rolled-back transactions.